net.sf.saxon.pattern |
|
Java Source File Name | Type | Comment |
AnyChildNodePattern.java | Class | 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. |
AnyNodeTest.java | Class | NodeTest is an interface that enables a test of whether a node has a particular
name and type. |
CombinedNodeTest.java | Class | A CombinedNodeTest combines two nodetests using one of the operators
union (=or), intersect (=and), difference (= "and not"). |
ContentTypeTest.java | Class | NodeTest is an interface that enables a test of whether a node matches particular
conditions. |
DocumentNodeTest.java | Class | |
IDPattern.java | Class | |
KeyPattern.java | Class | |
LocalNameTest.java | Class | NodeTest is an interface that enables a test of whether a node has a particular
name and type. |
LocationPathPattern.java | Class | A LocationPathPattern represents a path, for example of the form A/B/C... |
NamespaceTest.java | Class | NodeTest is an interface that enables a test of whether a node has a particular
name and type. |
NameTest.java | Class | NodeTest is an interface that enables a test of whether a node has a particular
name and type. |
NodeKindTest.java | Class | NodeTest is an interface that enables a test of whether a node has a particular
name and kind. |
NodeTest.java | Class | A NodeTest is a simple kind of pattern that enables a context-free test of whether
a node has a particular
name. |
NodeTestPattern.java | Class | A NodeTestPattern is a pattern that consists simply of a NodeTest.
author: Michael H. |
NoNodeTest.java | Class | NodeTest is an interface that enables a test of whether a node has a particular
name and type. |
Pattern.java | Class | A Pattern represents the result of parsing an XSLT pattern string. |
PatternSponsor.java | Class | The PatternSponsor class allows a Pattern to be treated like an expression. |
SubstitutionGroupTest.java | Class | NodeTest is an interface that enables a test of whether a node has a particular
name and type. |
UnionPattern.java | Class | |