Package com.icl.saxon.pattern


package com.icl.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.
    An IDPattern is a pattern of the form id(literal)
    A KeyPattern is a pattern of the form key(keyname, keyvalue)
    A LocationPathPattern represents a path, e.g.
    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.
    A NodeTest is a simple kind of pattern that enables a context-free test of whether a node has a particular name.
    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.
    A Pattern represents the result of parsing an XSLT pattern string.
    A pattern formed as the union (or) of two other patterns