Uses of Class
org.apache.xpath.patterns.StepPattern
Packages that use StepPattern
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
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 StepPatternModifier and TypeMethodDescriptionboolean
XPathVisitor.visitMatchPattern
(ExpressionOwner owner, StepPattern pattern) Visit a match pattern. -
Uses of StepPattern in org.apache.xpath.patterns
Subclasses of StepPattern in org.apache.xpath.patternsModifier and TypeClassDescriptionclass
Special context node pattern matcher.class
Match pattern step that contains a function.Methods in org.apache.xpath.patterns that return StepPatternModifier and TypeMethodDescriptionUnionPattern.getPatterns()
Get the contained step patterns to be tested.StepPattern.getRelativePathPattern()
Get the reference to nodetest and predicate for parent or ancestor.Methods in org.apache.xpath.patterns with parameters of type StepPatternModifier and TypeMethodDescriptionContextMatchStepPattern.executeRelativePathPattern
(XPathContext xctxt, StepPattern prevStep) Execute the match pattern step relative to another step.void
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.