|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ParseException in org.apache.abdera.parser |
---|
Methods in org.apache.abdera.parser that throw ParseException | ||
---|---|---|
|
Parser.parse(InputStream in)
Parse the input stream using the default character set encoding (UTF-8) |
|
|
Parser.parse(InputStream in,
ParserOptions options)
Parse the input stream using the default character set encoding (UTF-8). |
|
|
Parser.parse(InputStream in,
String base)
Parse the input stream using the default character set encoding (UTF-8). |
|
|
Parser.parse(InputStream in,
String base,
ParserOptions options)
Parse the input stream using using the specified Parse options. |
|
|
Parser.parse(ReadableByteChannel buf)
Parse the channel using using the specified Parse options. |
|
|
Parser.parse(ReadableByteChannel buf,
ParserOptions options)
Parse the channel using using the specified Parse options. |
|
|
Parser.parse(ReadableByteChannel buf,
String base)
Parse the channel using using the specified Parse options. |
|
|
Parser.parse(ReadableByteChannel buf,
String base,
ParserOptions options)
Parse the channel using using the specified Parse options. |
|
|
Parser.parse(Reader in)
Parse the reader using the default Base URI and options |
|
|
Parser.parse(Reader in,
ParserOptions options)
Parse the reader using the specified Base URI |
|
|
Parser.parse(Reader in,
String base)
Parse the reader using the specified Base URI |
|
|
Parser.parse(Reader in,
String base,
ParserOptions options)
Parse the reader using using the specified Parse options. |
|
|
Parser.parse(javax.xml.stream.XMLStreamReader reader)
Parse the input stream using the default character set encoding (UTF-8) |
|
|
Parser.parse(javax.xml.stream.XMLStreamReader reader,
String base,
ParserOptions options)
Parse the channel using using the specified Parse options. |
Uses of ParseException in org.apache.abdera.protocol.client |
---|
Methods in org.apache.abdera.protocol.client that throw ParseException | ||
---|---|---|
|
ClientResponse.getDocument()
If the response contains an XML document, parse the document |
|
|
AbstractClientResponse.getDocument()
Get the response payload as a parsed Abdera FOM Document |
|
|
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(ParserOptions options)
If the response contains an XML document, parse the document using the specified ParserOptions |
|
|
AbstractClientResponse.getDocument(ParserOptions options)
Get the response payload as a parsed Abdera FOM Document using the specified parser options |
|
|
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 ParseException in org.apache.abdera.protocol.server |
---|
Methods in org.apache.abdera.protocol.server that throw ParseException | ||
---|---|---|
|
RequestContext.getDocument()
Use the Abdera Parser to parse the request entity as an XML document |
|
|
RequestContext.getDocument(Parser parser)
Use the Abdera Parser to parse the request entity as an XML document |
|
|
RequestContext.getDocument(ParserOptions options)
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 ParseException in org.apache.abdera.protocol.server.context |
---|
Methods in org.apache.abdera.protocol.server.context that throw ParseException | ||
---|---|---|
|
RequestContextWrapper.getDocument()
|
|
|
AbstractRequestContext.getDocument()
|
|
|
RequestContextWrapper.getDocument(Parser parser)
|
|
|
AbstractRequestContext.getDocument(Parser parser)
|
|
|
RequestContextWrapper.getDocument(ParserOptions options)
|
|
|
AbstractRequestContext.getDocument(ParserOptions options)
|
|
|
RequestContextWrapper.getDocument(Parser parser,
ParserOptions options)
|
|
|
AbstractRequestContext.getDocument(Parser parser,
ParserOptions options)
|
Uses of ParseException in org.apache.abdera.protocol.server.multipart |
---|
Methods in org.apache.abdera.protocol.server.multipart that throw ParseException | |
---|---|
protected AbstractMultipartCollectionAdapter.MultipartRelatedPost |
AbstractMultipartCollectionAdapter.getMultipartRelatedData(RequestContext request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |