Package org.apache.abdera.util.filter
Class AbstractListParseFilter
- java.lang.Object
-
- org.apache.abdera.util.filter.AbstractParseFilter
-
- org.apache.abdera.util.filter.AbstractListParseFilter
-
- All Implemented Interfaces:
Serializable,Cloneable,org.apache.abdera.filter.ListParseFilter,org.apache.abdera.filter.ParseFilter
- Direct Known Subclasses:
BlackListParseFilter,WhiteListParseFilter
@Deprecated public abstract class AbstractListParseFilter extends AbstractParseFilter implements Cloneable, org.apache.abdera.filter.ListParseFilter
Deprecated.Legacy AEM 6.x API.ParseFilter's determine which elements and attributes are acceptable within a parsed document. They are set via the ParserOptions.setParseFilter method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractListParseFilter()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract booleanacceptable(QName qname)Deprecated.abstract booleanacceptable(QName qname, QName attribute)Deprecated.org.apache.abdera.filter.ListParseFilteradd(QName qname)Deprecated.org.apache.abdera.filter.ListParseFilteradd(QName parent, QName attribute)Deprecated.Objectclone()Deprecated.booleancontains(QName qname)Deprecated.booleancontains(QName qname, QName attribute)Deprecated.-
Methods inherited from class org.apache.abdera.util.filter.AbstractParseFilter
getIgnoreComments, getIgnoreProcessingInstructions, getIgnoreWhitespace, setIgnoreComments, setIgnoreProcessingInstructions, setIgnoreWhitespace
-
-
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
Deprecated.- Specified by:
clonein interfaceorg.apache.abdera.filter.ParseFilter- Overrides:
clonein classAbstractParseFilter- Throws:
CloneNotSupportedException
-
add
public org.apache.abdera.filter.ListParseFilter add(QName qname)
Deprecated.- Specified by:
addin interfaceorg.apache.abdera.filter.ListParseFilter
-
contains
public boolean contains(QName qname)
Deprecated.- Specified by:
containsin interfaceorg.apache.abdera.filter.ListParseFilter
-
add
public org.apache.abdera.filter.ListParseFilter add(QName parent, QName attribute)
Deprecated.- Specified by:
addin interfaceorg.apache.abdera.filter.ListParseFilter
-
contains
public boolean contains(QName qname, QName attribute)
Deprecated.- Specified by:
containsin interfaceorg.apache.abdera.filter.ListParseFilter
-
acceptable
public abstract boolean acceptable(QName qname)
Deprecated.- Specified by:
acceptablein interfaceorg.apache.abdera.filter.ParseFilter
-
-