Uses of Interface
org.apache.abdera.filter.ParseFilter

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.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.