| java.lang.Object | |
| ↳ | com.google.gdata.wireformats.SaxEventSource |
XmlEventSource implementation based on SAX.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| logger | |||||||||||
| parserFactory | The SAXParserFactory used to create underlying SAXParser instances. | ||||||||||
| reader | Reader used by this parser. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a SAX event source backed by a reader
and a charset.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Parse this event source with the given xml handler.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.XmlEventSource
| |||||||||||
The SAXParserFactory used to create underlying SAXParser instances.
Reader used by this parser.
Creates a SAX event source backed by a reader and a charset.
| reader |
|---|
Parse this event source with the given xml handler.
| handler | An xml handler that can handle the xml event source. |
|---|
| IOException | |
|---|---|
| SAXException |