gnu.lists
Interface GroupPredicate

All Superinterfaces:
ElementPredicate, NodePredicate
All Known Implementing Classes:
ElementType

public interface GroupPredicate
extends NodePredicate

A predicate that (only) matches a GROUP_VALUE. If using XML terminology: only matches element nodes.


Method Summary
 boolean isInstance(AbstractSequence seq, int ipos, java.lang.Object groupType)
           
 
Methods inherited from interface gnu.lists.ElementPredicate
isInstancePos
 

Method Detail

isInstance

boolean isInstance(AbstractSequence seq,
                   int ipos,
                   java.lang.Object groupType)