Interface ListParseFilter

  • All Superinterfaces:
    java.lang.Cloneable, ParseFilter, java.io.Serializable

    @Deprecated(since="2021-07-29")
    public interface ListParseFilter
    extends ParseFilter
    Deprecated.
    This API is deprecated as Apache Abdera is a retired project since 2017.
    A ParseFilter that is based on an internal collection of QName's.
    • Method Detail

      • add

        ListParseFilter add​(javax.xml.namespace.QName qname)
        Deprecated.
        Add an element QName to the parse filter
      • contains

        boolean contains​(javax.xml.namespace.QName qname)
        Deprecated.
        Returns true if the given qname has been added to the filter
      • add

        ListParseFilter add​(javax.xml.namespace.QName parent,
                            javax.xml.namespace.QName attribute)
        Deprecated.
        Adds an attribute to the parse filter
      • contains

        boolean contains​(javax.xml.namespace.QName qname,
                         javax.xml.namespace.QName attribute)
        Deprecated.
        Returns true if the given attribute has been added to the filter