Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isInstance(AbstractSequence seq, int ipos, Object attributeType)
-
Methods inherited from interface gnu.lists.ItemPredicate
isInstancePos
-
-
-
-
Method Detail
-
isInstance
boolean isInstance(AbstractSequence seq, int ipos, Object attributeType)
-
-