Package net.sf.saxon.pattern


package net.sf.saxon.pattern
  • Classes
    Class
    Description
    An AnyChildNodePattern is the pattern node(), which matches any node except a root node, an attribute node, or a namespace node: in other words, any node that is the child of another node.
    NodeTest is an interface that enables a test of whether a node has a particular name and type.
    A CombinedNodeTest combines two nodetests using one of the operators union (=or), intersect (=and), difference (= "and not").
    NodeTest is an interface that enables a test of whether a node matches particular conditions.
    A DocumentNodeTest implements the test document-node(element(~,~))
    An IDPattern is a pattern of the form id("literal") or id($variable)
    NodeTest is an interface that enables a test of whether a node matches particular conditions.
    A KeyPattern is a pattern of the form key(keyname, keyvalue)
    NodeTest is an interface that enables a test of whether a node has a particular name and type.
    A LocationPathPattern represents a path, for example of the form A/B/C...
    NodeTest is an interface that enables a test of whether a node has a particular name and type.
    NodeTest is an interface that enables a test of whether a node has a particular name and type.
    NodeTest is an interface that enables a test of whether a node has a particular name and kind.
    A NodeTest is a simple kind of pattern that enables a context-free test of whether a node has a particular name.
    A NodeTestPattern is a pattern that consists simply of a NodeTest.
    NodeTest is an interface that enables a test of whether a node has a particular name and type.
    A Pattern represents the result of parsing an XSLT pattern string.
    The PatternSponsor class allows a Pattern to be treated like an expression.
    NodeTest is an interface that enables a test of whether a node has a particular name and type.
    A pattern formed as the union (or) of two other patterns