|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.util.filter.AbstractParseFilter
public abstract class AbstractParseFilter
Field Summary | |
---|---|
protected byte |
flags
|
Constructor Summary | |
---|---|
AbstractParseFilter()
|
Method Summary | |
---|---|
Object |
clone()
Clone this ParseFilter |
boolean |
getIgnoreComments()
Return true if the parser should ignore comments |
boolean |
getIgnoreProcessingInstructions()
Return true if the parser should ignore processing instructions |
boolean |
getIgnoreWhitespace()
Return true if the parser should ignore insignificant whitespace |
ParseFilter |
setIgnoreComments(boolean ignore)
True if the parser should ignore comments |
ParseFilter |
setIgnoreProcessingInstructions(boolean ignore)
True if the parser should ignore processing instructions |
ParseFilter |
setIgnoreWhitespace(boolean ignore)
True if the parser should ignore insignificant whitespace |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.abdera.filter.ParseFilter |
---|
acceptable, acceptable |
Field Detail |
---|
protected byte flags
Constructor Detail |
---|
public AbstractParseFilter()
Method Detail |
---|
public ParseFilter setIgnoreComments(boolean ignore)
ParseFilter
setIgnoreComments
in interface ParseFilter
public ParseFilter setIgnoreWhitespace(boolean ignore)
ParseFilter
setIgnoreWhitespace
in interface ParseFilter
public ParseFilter setIgnoreProcessingInstructions(boolean ignore)
ParseFilter
setIgnoreProcessingInstructions
in interface ParseFilter
public boolean getIgnoreComments()
ParseFilter
getIgnoreComments
in interface ParseFilter
public boolean getIgnoreProcessingInstructions()
ParseFilter
getIgnoreProcessingInstructions
in interface ParseFilter
public boolean getIgnoreWhitespace()
ParseFilter
getIgnoreWhitespace
in interface ParseFilter
public Object clone() throws CloneNotSupportedException
ParseFilter
clone
in interface ParseFilter
clone
in class Object
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |