Interface PathComponent
- All Known Implementing Classes:
AttributeIterator, AxesWalker, BasicTestIterator, ChildIterator, ChildTestIterator, DescendantIterator, FilterExprWalker, LocPathIterator, NodeSequence, OneStepIterator, OneStepIteratorForward, ReverseAxesWalker, SelfIteratorNoPredicate, UnionChildIterator, UnionPathIterator, WalkingIterator, WalkingIteratorSorted, XNodeSet
public interface PathComponent
Classes who implement this information provide information needed for static analysis of a path
component.
-
Method Summary
Modifier and TypeMethodDescriptionintGet the analysis bits for this path component, as defined in the WalkerFactory.
-
Method Details
-
getAnalysisBits
int getAnalysisBits()Get the analysis bits for this path component, as defined in the WalkerFactory.- Returns:
- One of WalkerFactory#BIT_DESCENDANT, etc.
-