public class AtomDataParser extends XmlInputParser<IAtom>
com.google.gdata.data
.Constructor and Description |
---|
AtomDataParser()
Constructs a new AtomDataParser instance.
|
Modifier and Type | Method and Description |
---|---|
<R extends IAtom> |
parse(java.io.Reader inputReader,
InputProperties inProps,
java.lang.Class<R> resultClass)
Parses character content with the specified properties to produce a result
of an expected type.
|
parse
getAltFormat, getResultType
public <R extends IAtom> R parse(java.io.Reader inputReader, InputProperties inProps, java.lang.Class<R> resultClass) throws java.io.IOException, ServiceException
CharacterParser
Reader
.parse
in class CharacterParser<IAtom>
R
- expected result typeinputReader
- reader to parse data frominProps
- input propertiesresultClass
- class to instantiate and parse result into.java.io.IOException
- if an error occurred reading data while parsingServiceException
- if an error occurred within the content