Package org.apache.abdera.util.filter
Class AbstractParseFilter
- java.lang.Object
-
- org.apache.abdera.util.filter.AbstractParseFilter
-
- All Implemented Interfaces:
Serializable,Cloneable,org.apache.abdera.filter.ParseFilter
- Direct Known Subclasses:
AbstractListParseFilter,CompoundParseFilter,NonOpParseFilter,SafeContentWhiteListParseFilter
@Deprecated public abstract class AbstractParseFilter extends Object implements org.apache.abdera.filter.ParseFilter
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractParseFilter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectclone()Deprecated.booleangetIgnoreComments()Deprecated.booleangetIgnoreProcessingInstructions()Deprecated.booleangetIgnoreWhitespace()Deprecated.org.apache.abdera.filter.ParseFiltersetIgnoreComments(boolean ignore)Deprecated.org.apache.abdera.filter.ParseFiltersetIgnoreProcessingInstructions(boolean ignore)Deprecated.org.apache.abdera.filter.ParseFiltersetIgnoreWhitespace(boolean ignore)Deprecated.
-
-
-
Method Detail
-
setIgnoreComments
public org.apache.abdera.filter.ParseFilter setIgnoreComments(boolean ignore)
Deprecated.- Specified by:
setIgnoreCommentsin interfaceorg.apache.abdera.filter.ParseFilter
-
setIgnoreWhitespace
public org.apache.abdera.filter.ParseFilter setIgnoreWhitespace(boolean ignore)
Deprecated.- Specified by:
setIgnoreWhitespacein interfaceorg.apache.abdera.filter.ParseFilter
-
setIgnoreProcessingInstructions
public org.apache.abdera.filter.ParseFilter setIgnoreProcessingInstructions(boolean ignore)
Deprecated.- Specified by:
setIgnoreProcessingInstructionsin interfaceorg.apache.abdera.filter.ParseFilter
-
getIgnoreComments
public boolean getIgnoreComments()
Deprecated.- Specified by:
getIgnoreCommentsin interfaceorg.apache.abdera.filter.ParseFilter
-
getIgnoreProcessingInstructions
public boolean getIgnoreProcessingInstructions()
Deprecated.- Specified by:
getIgnoreProcessingInstructionsin interfaceorg.apache.abdera.filter.ParseFilter
-
getIgnoreWhitespace
public boolean getIgnoreWhitespace()
Deprecated.- Specified by:
getIgnoreWhitespacein interfaceorg.apache.abdera.filter.ParseFilter
-
clone
public Object clone() throws CloneNotSupportedException
Deprecated.- Specified by:
clonein interfaceorg.apache.abdera.filter.ParseFilter- Throws:
CloneNotSupportedException
-
-