|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
com.google.gdata.util.XmlParser
com.google.gdata.util.EventSourceParser
public class EventSourceParser
An xml parser that can also handle parsing events from an
XmlEventSource.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.util.XmlParser |
|---|
XmlParser.ElementHandler |
| Field Summary |
|---|
| Fields inherited from class com.google.gdata.util.XmlParser |
|---|
namespaceMap, rootElementName, rootHandler, rootNamespace |
| Constructor Summary | |
|---|---|
EventSourceParser(XmlParser.ElementHandler rootHandler,
java.lang.String rootNamespace,
java.lang.String rootElementName)
|
|
| Method Summary | |
|---|---|
void |
parse(XmlEventSource source)
|
| Methods inherited from class com.google.gdata.util.XmlParser |
|---|
characters, endElement, endPrefixMapping, ignorableWhitespace, parse, parse, parse, parse, setDocumentLocator, startElement, startPrefixMapping, throwParseException |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
|---|
endDocument, error, fatalError, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventSourceParser(XmlParser.ElementHandler rootHandler,
java.lang.String rootNamespace,
java.lang.String rootElementName)
| Method Detail |
|---|
public void parse(XmlEventSource source)
throws ParseException,
java.io.IOException
ParseException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||