gnu.lists
Interface AttributePredicate

All Superinterfaces:
ItemPredicate, NodePredicate
All Known Implementing Classes:
AttributeType

public interface AttributePredicate
extends NodePredicate

A predicate that (only) matches a ATTRIBUTE_VALUE. If using XML terminology: only matches attribute nodes.


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

Method Detail

isInstance

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