| Package | Description |
|---|---|
| com.google.gdata.data | |
| com.google.gdata.util | |
| com.google.gdata.wireformats | |
| com.google.gdata.wireformats.input |
| Modifier and Type | Method and Description |
|---|---|
XmlEventSource |
ParseSource.getEventSource()
Returns the
Reader associated with the input source or
null if associated with a different source type. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseFeed.parseAtom(ExtensionProfile extProfile,
XmlEventSource source)
Parses XML in the Atom format from a parser-defined content source.
|
void |
BaseEntry.parseAtom(ExtensionProfile extProfile,
XmlEventSource eventSource)
Parses XML in the Atom format from a parser-defined content source.
|
| Constructor and Description |
|---|
ParseSource(XmlEventSource eventSource)
Constructs a new GData input source using data from an
XmlParser. |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSourceParser.parse(XmlEventSource source) |
| Modifier and Type | Class and Description |
|---|---|
class |
SaxEventSource
XmlEventSource implementation based on SAX. |
| Modifier and Type | Method and Description |
|---|---|
WireFormatParser |
XmlWireFormat.createParser(InputProperties inProps,
XmlEventSource source) |
WireFormatParser |
WireFormat.createParser(InputProperties inProps,
XmlEventSource source)
Create a wire format parser for a given xml event source.
|
| Constructor and Description |
|---|
XmlParser(StreamProperties props,
XmlEventSource eventSource)
Construct XML parser for a given event source.
|
| Modifier and Type | Method and Description |
|---|---|
protected <R extends IAtom> |
AtomDataParser.parse(XmlEventSource eventSource,
InputProperties inProps,
Class<R> resultClass) |
protected <R extends ServiceDocument> |
AtomServiceDataParser.parse(XmlEventSource eventSource,
InputProperties inProps,
Class<R> resultClass) |
protected abstract <R extends T> |
XmlInputParser.parse(XmlEventSource eventSource,
InputProperties inProps,
Class<R> targetClass)
The parse method should be implemented by subclasses and should parse
input data from the provided
XmlEventSource instance. |
Copyright © 2012. All Rights Reserved.