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 Detail

      • isInstance

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