Uses of Class
org.loboevolution.apache.xpath.patterns.StepPattern
Packages that use StepPattern
Package
Description
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
Implementation of XPath nodeTest support, and XSLT pattern matching support.
-
Uses of StepPattern in org.loboevolution.apache.xpath.compiler
Methods in org.loboevolution.apache.xpath.compiler that return StepPatternModifier and TypeMethodDescriptionprotected StepPattern
Compiler.stepPattern
(int oPos, int stepCount, StepPattern ancestorPattern) Compile a step pattern unit expression, used for both location paths and match patterns.Methods in org.loboevolution.apache.xpath.compiler with parameters of type StepPatternModifier and TypeMethodDescriptionprotected StepPattern
Compiler.stepPattern
(int oPos, int stepCount, StepPattern ancestorPattern) Compile a step pattern unit expression, used for both location paths and match patterns. -
Uses of StepPattern in org.loboevolution.apache.xpath.patterns
Subclasses of StepPattern in org.loboevolution.apache.xpath.patternsModifier and TypeClassDescriptionclass
Special context node pattern matcher.class
Match pattern step that contains a function.Methods in org.loboevolution.apache.xpath.patterns that return StepPatternModifier and TypeMethodDescriptionStepPattern.getRelativePathPattern()
Get the reference to nodetest and predicate for parent or ancestor.Methods in org.loboevolution.apache.xpath.patterns with parameters of type StepPatternModifier and TypeMethodDescriptionvoid
UnionPattern.setPatterns
(StepPattern[] patterns) Set the contained step patterns to be tested.void
StepPattern.setRelativePathPattern
(StepPattern expr) Set the reference to nodetest and predicate for parent or ancestor.