Package net.sf.saxon.pattern.nodetest


package net.sf.saxon.pattern.nodetest
  • Class
    Description
     
    Interface implemented by a node test that selects nodes of a specific node kind with a specific node name with a known fingerprint.
    Interface representing a predicate applied to a node.
    A NodeTest represents the XPath construct of the same name: specifically, it represents what can appear after the (explicit or implicit) "::" in a step in a path expression.
    A node test representing the syntax * - meaning either all children of a JNode, or all children of the principal node kind of the axis in the case of an XNode