Interface ListParseFilter

All Superinterfaces:
Cloneable, ParseFilter, 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 Details

    • add

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

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

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

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