Interface ElementPredicate
- All Superinterfaces:
ItemPredicate, NodePredicate
- All Known Implementing Classes:
ElementType
A predicate that (only) matches a ELEMENT_VALUE.
If using XML terminology: only matches element nodes.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisInstance(AbstractSequence seq, int ipos, Object elementType) Methods inherited from interface ItemPredicate
isInstancePos
-
Method Details
-
isInstance
-