| java.lang.Object | |
| ↳ | com.google.gdata.wireformats.input.AtomServiceDualParser |
The AtomServiceDualParser class is an InputParser implementation
that is capable of parsing service documents into either the old or new
data model.
| 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 |