|
[Expand]
Inherited Methods |
From class
com.google.gdata.util.XmlParser
|
void
|
characters(char[] text, int start, int len)
SAX callback.
|
|
void
|
endElement(String namespace, String localName, String qName)
SAX callback.
|
|
void
|
endPrefixMapping(String alias)
SAX callback.
|
|
void
|
ignorableWhitespace(char[] text, int start, int len)
SAX callback.
|
|
void
|
parse(InputStream input, XmlParser.ElementHandler rootHandler, String rootNamespace, String rootElementName)
Parses XML.
|
|
void
|
parse(InputSource is)
Parses XML.
|
|
void
|
parse(XmlParser.ElementHandler rootHandler, String rootNamespace, String rootElementName)
Parses XML from a content source provided to the parser at
construction time.
|
|
void
|
parse(Reader reader, XmlParser.ElementHandler rootHandler, String rootNamespace, String rootElementName)
Parses XML.
|
|
void
|
setDocumentLocator(Locator locator)
SAX callback.
|
|
void
|
startElement(String namespace, String localName, String qName, Attributes attrs)
SAX callback.
|
|
void
|
startPrefixMapping(String alias, String uri)
SAX callback.
|
|
void
|
throwParseException(ParseException e)
Throws a parse exception with line/column information.
|
|
From class
org.xml.sax.helpers.DefaultHandler
|
void
|
characters(char[] arg0, int arg1, int arg2)
|
|
void
|
endDocument()
|
|
void
|
endElement(String arg0, String arg1, String arg2)
|
|
void
|
endPrefixMapping(String arg0)
|
|
void
|
error(SAXParseException arg0)
|
|
void
|
fatalError(SAXParseException arg0)
|
|
void
|
ignorableWhitespace(char[] arg0, int arg1, int arg2)
|
|
void
|
notationDecl(String arg0, String arg1, String arg2)
|
|
void
|
processingInstruction(String arg0, String arg1)
|
|
InputSource
|
resolveEntity(String arg0, String arg1)
|
|
void
|
setDocumentLocator(Locator arg0)
|
|
void
|
skippedEntity(String arg0)
|
|
void
|
startDocument()
|
|
void
|
startElement(String arg0, String arg1, String arg2, Attributes arg3)
|
|
void
|
startPrefixMapping(String arg0, String arg1)
|
|
void
|
unparsedEntityDecl(String arg0, String arg1, String arg2, String arg3)
|
|
void
|
warning(SAXParseException arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.xml.sax.ContentHandler
|
abstract
void
|
characters(char[] arg0, int arg1, int arg2)
|
|
abstract
void
|
endDocument()
|
|
abstract
void
|
endElement(String arg0, String arg1, String arg2)
|
|
abstract
void
|
endPrefixMapping(String arg0)
|
|
abstract
void
|
ignorableWhitespace(char[] arg0, int arg1, int arg2)
|
|
abstract
void
|
processingInstruction(String arg0, String arg1)
|
|
abstract
void
|
setDocumentLocator(Locator arg0)
|
|
abstract
void
|
skippedEntity(String arg0)
|
|
abstract
void
|
startDocument()
|
|
abstract
void
|
startElement(String arg0, String arg1, String arg2, Attributes arg3)
|
|
abstract
void
|
startPrefixMapping(String arg0, String arg1)
|
|
From interface
org.xml.sax.DTDHandler
|
abstract
void
|
notationDecl(String arg0, String arg1, String arg2)
|
|
abstract
void
|
unparsedEntityDecl(String arg0, String arg1, String arg2, String arg3)
|
|
From interface
org.xml.sax.EntityResolver
|
abstract
InputSource
|
resolveEntity(String arg0, String arg1)
|
|
From interface
org.xml.sax.ErrorHandler
|
abstract
void
|
error(SAXParseException arg0)
|
|
abstract
void
|
fatalError(SAXParseException arg0)
|
|
abstract
void
|
warning(SAXParseException arg0)
|
|