Package com.google.gdata.wireformats.input

Interface Summary
InputParser<T> Wire format interface implemented by helper classes that parse data from an InputStream and return an object representation of a particular type.
InputProperties The InputProperties interface represents properties of a input data being parsed.
 

Class Summary
AbstractParser<T> The AbstractParser class is an abstract base class that can be used in the creation of new InputParser implementations.
AtomDataParser Parses Atom feed or entry data using classes based upon the old data model in com.google.gdata.data.
AtomDualParser The AtomDualModeParser class provides an InputParser implementation that is capable of parsing into classes that use the old or new data model.
AtomServiceDataParser The AtomServiceDataParser class provides an InputParser implementation for Atom Service Documents.
AtomServiceDualParser The AtomServiceDualParser class is an InputParser implementation that is capable of parsing service documents into either the old or new data model.
CharacterParser<T> The CharacterParser class is abstract base class to support the implementation of an InputParser for character-based content types.
ElementParser<T> The ElementParser class is a generic InputParser implementation for Element data model types.
ForwardingInputProperties A InputProperties implementation that forwards all calls to another InputProperties.
InputPropertiesBuilder The InputPropertiesBuilder class is a builder class that aids in the construction of new InputProperties instances.
XmlInputParser<T> The XmlInputParser class is an abstract base class supporting the creation of new InputParser implementations that parse XML content.