org.apache.xpath.patterns |
XPath nodetest and XSLT pattern matching support.
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
Java Source File Name | Type | Comment |
ContextMatchStepPattern.java | Class | Special context node pattern matcher. |
FunctionPattern.java | Class | Match pattern step that contains a function. |
NodeTest.java | Class | This is the basic node test class for both match patterns and location path
steps. |
NodeTestFilter.java | Interface | This interface should be implemented by Nodes and/or iterators,
when they need to know what the node test is before they do
getNextChild, etc. |
StepPattern.java | Class | This class represents a single pattern match step. |
UnionPattern.java | Class | This class represents a union pattern, which can have multiple individual
StepPattern patterns. |