Uses of Class
org.apache.xpath.patterns.StepPattern
| Package | Description |
|---|---|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| org.apache.xpath.compiler |
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
|
| org.apache.xpath.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
-
Uses of StepPattern in org.apache.xpath
Methods in org.apache.xpath with parameters of type StepPattern Modifier and Type Method Description booleanXPathVisitor. visitMatchPattern(ExpressionOwner owner, StepPattern pattern)Visit a match pattern. -
Uses of StepPattern in org.apache.xpath.axes
Fields in org.apache.xpath.axes declared as StepPattern Modifier and Type Field Description protected StepPatternMatchPatternIterator. m_patternThis is the select pattern, translated into a match pattern. -
Uses of StepPattern in org.apache.xpath.compiler
Methods in org.apache.xpath.compiler that return StepPattern Modifier and Type Method Description protected StepPatternCompiler. stepPattern(int opPos, int stepCount, StepPattern ancestorPattern)Compile a step pattern unit expression, used for both location paths and match patterns.Methods in org.apache.xpath.compiler with parameters of type StepPattern Modifier and Type Method Description protected StepPatternCompiler. stepPattern(int opPos, int stepCount, StepPattern ancestorPattern)Compile a step pattern unit expression, used for both location paths and match patterns. -
Uses of StepPattern in org.apache.xpath.patterns
Subclasses of StepPattern in org.apache.xpath.patterns Modifier and Type Class Description classContextMatchStepPatternSpecial context node pattern matcher.classFunctionPatternMatch pattern step that contains a function.Methods in org.apache.xpath.patterns that return StepPattern Modifier and Type Method Description StepPattern[]UnionPattern. getPatterns()Get the contained step patterns to be tested.StepPatternStepPattern. getRelativePathPattern()Get the reference to nodetest and predicate for parent or ancestor.Methods in org.apache.xpath.patterns with parameters of type StepPattern Modifier and Type Method Description XObjectContextMatchStepPattern. executeRelativePathPattern(XPathContext xctxt, StepPattern prevStep)Execute the match pattern step relative to another step.voidUnionPattern. setPatterns(StepPattern[] patterns)Set the contained step patterns to be tested.voidStepPattern. setRelativePathPattern(StepPattern expr)Set the reference to nodetest and predicate for parent or ancestor.