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