Uses of Interface
org.apache.abdera.parser.NamedParser

Packages that use NamedParser
org.apache.abdera.ext.html   
org.apache.abdera.util   
 

Uses of NamedParser in org.apache.abdera.ext.html
 

Classes in org.apache.abdera.ext.html that implement NamedParser
 class HtmlParser
           
 

Uses of NamedParser in org.apache.abdera.util
 

Classes in org.apache.abdera.util that implement NamedParser
 class AbstractNamedParser
          Base abstract implementation of NamedParser
 

Methods in org.apache.abdera.util that return types with arguments of type NamedParser
 Map<String,NamedParser> AbderaConfiguration.getNamedParsers()
          Returns the collection of Named Parsers
 Map<String,NamedParser> Configuration.getNamedParsers()
          Get the collection of NamedParsers;
 

Methods in org.apache.abdera.util with parameters of type NamedParser
 AbderaConfiguration AbderaConfiguration.addNamedParser(NamedParser parser)
          Registers a NamedParser implementation
 Configuration Configuration.addNamedParser(NamedParser parser)
          Registers a new NamedParser, this method doesn't override a parser if already exists.
 



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