|
||||||||||
| 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 ParseFilterpublic ParseFilter setIgnoreWhitespace(boolean ignore)
ParseFilter
setIgnoreWhitespace in interface ParseFilterpublic ParseFilter setIgnoreProcessingInstructions(boolean ignore)
ParseFilter
setIgnoreProcessingInstructions in interface ParseFilterpublic boolean getIgnoreComments()
ParseFilter
getIgnoreComments in interface ParseFilterpublic boolean getIgnoreProcessingInstructions()
ParseFilter
getIgnoreProcessingInstructions in interface ParseFilterpublic boolean getIgnoreWhitespace()
ParseFilter
getIgnoreWhitespace in interface ParseFilter
public Object clone()
throws CloneNotSupportedException
ParseFilter
clone in interface ParseFilterclone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||