Package org.apache.abdera.util.filter
Class SafeContentWhiteListParseFilter
- java.lang.Object
-
- org.apache.abdera.util.filter.AbstractParseFilter
-
- org.apache.abdera.util.filter.SafeContentWhiteListParseFilter
-
- All Implemented Interfaces:
Serializable,Cloneable,org.apache.abdera.filter.ParseFilter
@Deprecated public class SafeContentWhiteListParseFilter extends AbstractParseFilter implements org.apache.abdera.filter.ParseFilter
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SafeContentWhiteListParseFilter()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.Objectclone()Deprecated.-
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
-
acceptable
public boolean acceptable(QName qname, QName attribute)
Deprecated.- Specified by:
acceptablein interfaceorg.apache.abdera.filter.ParseFilter
-
clone
public Object clone() throws CloneNotSupportedException
Deprecated.- Specified by:
clonein interfaceorg.apache.abdera.filter.ParseFilter- Overrides:
clonein classAbstractParseFilter- Throws:
CloneNotSupportedException
-
-