Package org.apache.abdera.filter
Interface ListParseFilter
- All Superinterfaces:
Cloneable,ParseFilter,Serializable
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 Summary
Modifier and TypeMethodDescriptionDeprecated.Add an element QName to the parse filterDeprecated.Adds an attribute to the parse filterbooleanDeprecated.Returns true if the given qname has been added to the filterbooleanDeprecated.Returns true if the given attribute has been added to the filterMethods inherited from interface org.apache.abdera.filter.ParseFilter
acceptable, acceptable, clone, getIgnoreComments, getIgnoreProcessingInstructions, getIgnoreWhitespace, setIgnoreComments, setIgnoreProcessingInstructions, setIgnoreWhitespace
-
Method Details
-
add
Deprecated.Add an element QName to the parse filter -
contains
Deprecated.Returns true if the given qname has been added to the filter -
add
Deprecated.Adds an attribute to the parse filter -
contains
Deprecated.Returns true if the given attribute has been added to the filter
-