Package gnu.lists
Interface NodePredicate
-
- All Superinterfaces:
ItemPredicate
- All Known Subinterfaces:
AttributePredicate
,ElementPredicate
- All Known Implementing Classes:
AttributeType
,ElementType
,NodeType
,ProcessingInstructionType
public interface NodePredicate extends ItemPredicate
A predicate that (only) matches only "nodes" in the XML sense. Only matches nodes in the XML "info-set". Specifically, given a sequence of primtive values only matches the first as a "text" node.
-
-
Method Summary
-
Methods inherited from interface gnu.lists.ItemPredicate
isInstancePos
-
-