Package gnu.lists
Interface AttributePredicate
- All Superinterfaces:
ItemPredicate
,NodePredicate
- All Known Implementing Classes:
AttributeType
A predicate that (only) matches a ATTRIBUTE_VALUE.
If using XML terminology: only matches attribute nodes.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isInstance
(AbstractSequence seq, int ipos, Object attributeType) Methods inherited from interface gnu.lists.ItemPredicate
isInstancePos
-
Method Details
-
isInstance
-