This class is designed to sit between an XMLReader and the client application's event handlers. By default, it does nothing but pass requests up to the reader and events on to the handlers unmodified, but subclasses can override specific methods to modify the event stream or the configuration requests as they pass through.
There are no implemented interfaces.
There are no attributes in this class.
characters(content)
endDocument()
endElement(name)
endElementNS(name, qname)
endPrefixMapping(prefix)
error(exception)
fatalError(exception)
getContentHandler()
Returns the current ContentHandler.
getDTDHandler()
Returns the current DTD handler.
getEntityResolver()
Returns the current EntityResolver.
getErrorHandler()
Returns the current ErrorHandler.
getFeature(name)
getParent()
getProperty(name)
ignorableWhitespace(chars)
notationDecl(name, publicId, systemId)
parse(source)
processingInstruction(target, data)
resolveEntity(publicId, systemId)
setContentHandler(handler)
Registers a new object to receive document content events.
setDTDHandler(handler)
Register an object to receive basic DTD-related events.
setDocumentLocator(locator)
setEntityResolver(resolver)
Register an object to resolve external entities.
setErrorHandler(handler)
Register an object to receive error-message events.
setFeature(name, state)
setLocale(locale)
setParent(parent)
setProperty(name, value)
skippedEntity(name)
startDocument()
startElement(name, attrs)
startElementNS(name, qname, attrs)
startPrefixMapping(prefix, uri)
unparsedEntityDecl(name, publicId, systemId, ndata)
warning(exception)
There are no known subclasses.