|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.wireformats.input.AbstractParser<T>
com.google.gdata.wireformats.input.CharacterParser<T>
com.google.gdata.wireformats.input.XmlInputParser<IAtom>
com.google.gdata.wireformats.input.AtomDataParser
public class AtomDataParser
Parses Atom feed or entry data using classes based upon the old data
model in com.google.gdata.data.
| Constructor Summary | |
|---|---|
AtomDataParser()
Constructs a new AtomDataParser instance. |
|
| Method Summary | ||
|---|---|---|
|
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. |
|
| Methods inherited from class com.google.gdata.wireformats.input.XmlInputParser |
|---|
parse |
| Methods inherited from class com.google.gdata.wireformats.input.AbstractParser |
|---|
getAltFormat, getResultType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AtomDataParser()
| Method Detail |
|---|
public <R extends IAtom> R parse(java.io.Reader inputReader,
InputProperties inProps,
java.lang.Class<R> resultClass)
throws java.io.IOException,
ServiceException
CharacterParserReader.
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 parsing
ServiceException - if an error occurred within the content
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||