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

Packages that use Parser
org.apache.abdera   
org.apache.abdera.factory   
org.apache.abdera.parser   
org.apache.abdera.protocol.client   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.context   
org.apache.abdera.security   
 

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.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.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>
RequestContextWrapper.getDocument(Parser parser)
           
<T extends Element>
Document<T>
AbstractRequestContext.getDocument(Parser parser)
           
<T extends Element>
Document<T>
RequestContextWrapper.getDocument(Parser parser, ParserOptions options)
           
<T extends Element>
Document<T>
AbstractRequestContext.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)
           
 



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