|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParseFilter | |
|---|---|
| org.apache.abdera.filter | |
| org.apache.abdera.parser | |
| Uses of ParseFilter in org.apache.abdera.filter |
|---|
| Subinterfaces of ParseFilter in org.apache.abdera.filter | |
|---|---|
interface |
ListParseFilter
A ParseFilter that is based on an internal collection of QName's. |
| Methods in org.apache.abdera.filter that return ParseFilter | |
|---|---|
ParseFilter |
ParseFilter.setIgnoreComments(boolean ignore)
True if the parser should ignore comments |
ParseFilter |
ParseFilter.setIgnoreProcessingInstructions(boolean ignore)
True if the parser should ignore processing instructions |
ParseFilter |
ParseFilter.setIgnoreWhitespace(boolean ignore)
True if the parser should ignore insignificant whitespace |
| Uses of ParseFilter in org.apache.abdera.parser |
|---|
| Methods in org.apache.abdera.parser that return ParseFilter | |
|---|---|
ParseFilter |
ParserOptions.getParseFilter()
Returns the Parse Filter. |
| Methods in org.apache.abdera.parser with parameters of type ParseFilter | |
|---|---|
ParserOptions |
ParserOptions.setParseFilter(ParseFilter parseFilter)
Sets the Parse Filter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||