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

Packages that use Parser
org.apache.abdera   
org.apache.abdera.ext.html   
org.apache.abdera.factory   
org.apache.abdera.parser   
org.apache.abdera.parser.stax   
org.apache.abdera.protocol.client   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.context   
org.apache.abdera.security   
org.apache.abdera.security.xmlsec   
org.apache.abdera.util   
 

Uses of Parser in org.apache.abdera
 

Methods in org.apache.abdera that return Parser
static Parser Abdera.getNewParser()
          Return a new Parser instance using a non-shared Abdera object
 Parser Abdera.getParser()
          Return the singleton instance of org.apache.abdera.parser.Parser
 

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

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

Uses of Parser in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Parser
 Parser Factory.newParser()
          Create a new Parser instance.
 

Uses of Parser in org.apache.abdera.parser
 

Subinterfaces of Parser in org.apache.abdera.parser
 interface NamedParser
          Abdera's abstract parsing model allows developers to implement parsers capable of translating non-Atom formats into Abdera objects.
 

Methods in org.apache.abdera.parser with type parameters of type Parser
<T extends Parser>
T
ParserFactory.getParser()
          Get the default parser.
<T extends Parser>
T
ParserFactory.getParser(String name)
          Get the named parser
 

Methods in org.apache.abdera.parser that return Parser
 Parser Parser.setDefaultParserOptions(ParserOptions options)
          Set the default parser options for this Parser.
 

Uses of Parser in org.apache.abdera.parser.stax
 

Classes in org.apache.abdera.parser.stax that implement Parser
 class FOMParser
           
 

Methods in org.apache.abdera.parser.stax with type parameters of type Parser
<T extends Parser>
T
FOMParserFactory.getParser()
           
<T extends Parser>
T
FOMParserFactory.getParser(String name)
           
 

Methods in org.apache.abdera.parser.stax that return Parser
 Parser FOMFactory.newParser()
           
 

Uses of Parser in org.apache.abdera.protocol.client
 

Fields in org.apache.abdera.protocol.client declared as Parser
protected  Parser AbstractClientResponse.parser
           
 

Methods in org.apache.abdera.protocol.client that return Parser
protected  Parser AbstractClientResponse.getParser()
           
 

Methods in org.apache.abdera.protocol.client with parameters of type Parser
<T extends Element>
Document<T>
ClientResponse.getDocument(Parser parser)
          If the response contains an XML document, parse the document using the specified Parser
<T extends Element>
Document<T>
AbstractClientResponse.getDocument(Parser parser)
          Get the response payload as a parsed Abdera FOM Document using the specified parser
<T extends Element>
Document<T>
ClientResponse.getDocument(Parser parser, ParserOptions options)
          If the response contains an XML document, parse the document using the specified Parser and ParserOptions
<T extends Element>
Document<T>
AbstractClientResponse.getDocument(Parser parser, ParserOptions options)
          Get the response payload as a parsed Abdera FOM Document using the specified parser and parser options
 

Uses of Parser in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server with parameters of type Parser
<T extends Element>
Document<T>
RequestContext.getDocument(Parser parser)
          Use the Abdera Parser to parse the request entity as an XML document
<T extends Element>
Document<T>
RequestContext.getDocument(Parser parser, ParserOptions options)
          Use the Abdera Parser to parse the request entity as an XML document
 

Uses of Parser in org.apache.abdera.protocol.server.context
 

Methods in org.apache.abdera.protocol.server.context with parameters of type Parser
<T extends Element>
Document<T>
AbstractRequestContext.getDocument(Parser parser)
           
<T extends Element>
Document<T>
RequestContextWrapper.getDocument(Parser parser)
           
<T extends Element>
Document<T>
AbstractRequestContext.getDocument(Parser parser, ParserOptions options)
           
<T extends Element>
Document<T>
RequestContextWrapper.getDocument(Parser parser, ParserOptions options)
           
 

Uses of Parser in org.apache.abdera.security
 

Methods in org.apache.abdera.security that return Parser
 Parser SecurityOptions.getParser()
           
 

Methods in org.apache.abdera.security with parameters of type Parser
<T extends SecurityOptions>
T
SecurityOptions.setParser(Parser parser)
           
 

Uses of Parser in org.apache.abdera.security.xmlsec
 

Fields in org.apache.abdera.security.xmlsec declared as Parser
protected  Parser XmlSecurityOptions.parser
           
 

Methods in org.apache.abdera.security.xmlsec that return Parser
 Parser XmlSecurityOptions.getParser()
           
 

Methods in org.apache.abdera.security.xmlsec with parameters of type Parser
<T extends SecurityOptions>
T
XmlSecurityOptions.setParser(Parser parser)
           
 

Uses of Parser in org.apache.abdera.util
 

Classes in org.apache.abdera.util that implement Parser
 class AbstractNamedParser
          Base abstract implementation of NamedParser
 class AbstractParser
          Abstract base implementation of Abdera Parser.
 

Methods in org.apache.abdera.util that return Parser
static Parser ServiceUtil.newParserInstance(Abdera abdera)
          Deprecated.  
 Parser AbderaConfiguration.newParserInstance(Abdera abdera)
          Return a new instance of org.apache.abdera.parser.Parser
 Parser Configuration.newParserInstance(Abdera abdera)
          Get a new instance of the default Parser impl
 Parser AbstractParser.setDefaultParserOptions(ParserOptions options)
           
 



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