gnu.lists
Interface ElementPredicate

All Known Subinterfaces:
AttributePredicate, GroupPredicate, NodePredicate
All Known Implementing Classes:
AttributeType, ElementType, NodeType

public interface ElementPredicate

A predicate (or type) on an element of a sequence. Element is here used in the sense of 'element of a sequence", not the XML sense of 'element node'.


Method Summary
 boolean isInstancePos(AbstractSequence seq, int ipos)
           
 

Method Detail

isInstancePos

boolean isInstancePos(AbstractSequence seq,
                      int ipos)