|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.wireformats.SaxEventSource
public class SaxEventSource
XmlEventSource
implementation based on SAX.
Constructor Summary | |
---|---|
SaxEventSource(java.io.Reader reader)
Creates a SAX event source backed by a reader and a charset. |
Method Summary | |
---|---|
void |
parse(org.xml.sax.helpers.DefaultHandler handler)
Parse this event source with the given xml handler. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SaxEventSource(java.io.Reader reader)
Method Detail |
---|
public void parse(org.xml.sax.helpers.DefaultHandler handler) throws java.io.IOException, org.xml.sax.SAXException
XmlEventSource
parse
in interface XmlEventSource
handler
- an xml handler that can handle the xml event source.
org.xml.sax.SAXException
- if parsing fails.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |