Package gnu.lists
Interface ItemPredicate
-
- All Known Subinterfaces:
AttributePredicate,ElementPredicate,NodePredicate
- All Known Implementing Classes:
AttributeType,ElementType,NodeType,ProcessingInstructionType
public interface ItemPredicateA predicate (or type) on an item in a sequence.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisInstancePos(AbstractSequence seq, int ipos)
-
-
-
Method Detail
-
isInstancePos
boolean isInstancePos(AbstractSequence seq, int ipos)
-
-