gnu.lists

Interface AttributePredicate

public interface AttributePredicate extends NodePredicate

A predicate that (only) matches a ATTRIBUTE_VALUE. If using XML terminology: only matches attribute nodes.
Method Summary
booleanisInstance(AbstractSequence seq, int ipos, Object attributeType)

Method Detail

isInstance

public boolean isInstance(AbstractSequence seq, int ipos, Object attributeType)