|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
ParserFactory.getParser()
Get the default parser. |
|
|
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 | ||
---|---|---|
|
ClientResponse.getDocument(Parser parser)
If the response contains an XML document, parse the document using the specified Parser |
|
|
AbstractClientResponse.getDocument(Parser parser)
Get the response payload as a parsed Abdera FOM Document using the specified parser |
|
|
ClientResponse.getDocument(Parser parser,
ParserOptions options)
If the response contains an XML document, parse the document using the specified Parser and ParserOptions |
|
|
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 | ||
---|---|---|
|
RequestContext.getDocument(Parser parser)
Use the Abdera Parser to parse the request entity as an XML document |
|
|
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 | ||
---|---|---|
|
RequestContextWrapper.getDocument(Parser parser)
|
|
|
AbstractRequestContext.getDocument(Parser parser)
|
|
|
RequestContextWrapper.getDocument(Parser parser,
ParserOptions options)
|
|
|
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 | ||
---|---|---|
|
SecurityOptions.setParser(Parser parser)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |