| java.lang.Object | ||||
| ↳ | com.google.gdata.wireformats.input.AbstractParser<T> | |||
| ↳ | com.google.gdata.wireformats.input.CharacterParser<T> | |||
| ↳ | com.google.gdata.wireformats.input.XmlInputParser<T> | |||
| ↳ | com.google.gdata.wireformats.input.AtomServiceDataParser | |||
The AtomServiceDataParser class provides an InputParser
implementation for Atom Service Documents.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.input.AbstractParser
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new AtomServiceDataParser.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Parses character content with the specified properties to produce a result
of an expected type.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The parse method should be implemented by subclasses and should parse
input data from the provided
XmlEventSource instance. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.input.XmlInputParser
| |||||||||||
From class
com.google.gdata.wireformats.input.CharacterParser
| |||||||||||
From class
com.google.gdata.wireformats.input.AbstractParser
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.wireformats.input.InputParser
| |||||||||||
Constructs a new AtomServiceDataParser.
Parses character content with the specified properties to produce a result of an expected type. Concrete subclasses will provide an implementation of this method that constructs a result type instance of the result class and then parses into it from the provided Reader.
| inputReader | Reader to parse data from |
|---|---|
| inProps | Input properties |
| resultClass | Class to instantiate and parse result into. |
| IOException | |
|---|---|
| ServiceException |
The parse method should be implemented by subclasses and should parse
input data from the provided XmlEventSource instance.
| eventSource | Event source. |
|---|---|
| inProps | Input properties. |
| resultClass | Result type. |