Package org.apache.abdera.util.filter
Class BlackListParseFilter
- java.lang.Object
-
- org.apache.abdera.util.filter.AbstractParseFilter
-
- org.apache.abdera.util.filter.AbstractListParseFilter
-
- org.apache.abdera.util.filter.BlackListParseFilter
-
- All Implemented Interfaces:
Serializable,Cloneable,org.apache.abdera.filter.ListParseFilter,org.apache.abdera.filter.ParseFilter
@Deprecated public class BlackListParseFilter extends AbstractListParseFilter
Deprecated.Legacy AEM 6.x API.BlackList Implementation of ParseFilter. The QNames listed will be considered unacceptable. In general, black list based filtering is problematic, at best, due largely to the fact that it's easier to define safe subsets of elements than it is to define unsafe subsets.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlackListParseFilter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanacceptable(QName qname)Deprecated.booleanacceptable(QName qname, QName attribute)Deprecated.-
Methods inherited from class org.apache.abdera.util.filter.AbstractListParseFilter
add, add, clone, contains, contains
-
Methods inherited from class org.apache.abdera.util.filter.AbstractParseFilter
getIgnoreComments, getIgnoreProcessingInstructions, getIgnoreWhitespace, setIgnoreComments, setIgnoreProcessingInstructions, setIgnoreWhitespace
-
-
-
-
Method Detail
-
acceptable
public boolean acceptable(QName qname)
Deprecated.- Specified by:
acceptablein interfaceorg.apache.abdera.filter.ParseFilter- Specified by:
acceptablein classAbstractListParseFilter
-
acceptable
public boolean acceptable(QName qname, QName attribute)
Deprecated.- Specified by:
acceptablein interfaceorg.apache.abdera.filter.ParseFilter- Specified by:
acceptablein classAbstractListParseFilter
-
-