gnu.lists

Interface ElementPredicate

public interface ElementPredicate extends NodePredicate

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

Method Detail

isInstance

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