[Expand]
Inherited Methods |
From class
com.microstrategy.utils.xml.AbstractHandler
void
|
characters(char[] ch, int start, int length)
|
void
|
clearText()
|
abstract
void
|
doEndElement(String uri, String local, String qName)
Override this method insted of endElement
to process end element event.
|
void
|
doStartElement(String uri, String local, String qName, AttributesXt attrsXt)
|
void
|
doStartElement(String uri, String local, String qName, Attributes attrs)
Override this method insted of startElement
to process start element event.
|
void
|
endDocument()
This is a safegurd against forgetting to pop out inner handlers.
|
void
|
endElement(String uri, String local, String qName)
The default implementation that calls doEndElement
then reduces the depth count.
|
int
|
getIntValue()
|
String
|
getText()
|
void
|
popContentHandler(String uri, String local, String qName)
|
void
|
setLogErrors(boolean value)
|
void
|
startElement(String uri, String local, String qName, Attributes attrs)
The default implementation that simply increases the depth count.
|
|
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)
|
|