| java.lang.Object | |
| ↳ | com.google.gdata.wireformats.input.AtomDualParser |
The AtomDualModeParser class provides an InputParser implementation
that is capable of parsing into classes that use the old or new data
model. The actual parsing is done by delegating to an instance of the
AtomDataParser or ElementParser class.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dataParser | Parser to use for old data model results | ||||||||||
| elementParser | Parser to use for new data model results | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the alternate representation format that is expected as input to
the parser.
| |||||||||||
Returns the target type that is populated by the parser from the input
stream.
| |||||||||||
Parses data in the supported representation format from the input stream
based upon the provided input properties into the provided target object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.wireformats.input.InputParser
| |||||||||||
Returns the alternate representation format that is expected as input to the parser.
Returns the target type that is populated by the parser from the input stream.
Parses data in the supported representation format from the input stream based upon the provided input properties into the provided target object.
| parseSource | Providing the source of the data |
|---|---|
| inProps | Properties describing the input data |
| resultClass | Specific type of result expected from the parse |
| IOException | |
|---|---|
| ServiceException |