An entity-resolving DefaultHandler.
This class provides a SAXParser DefaultHandler that performs
entity resolution.
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
endDocument
public void endDocument()
throws SAXException
endElement
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
endPrefixMapping
public void endPrefixMapping(String prefix)
throws SAXException
ignorableWhitespace
public void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
processingInstruction
public void processingInstruction(String target,
String data)
throws SAXException
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException
setContentHandler
public void setContentHandler(ContentHandler ch)
setDocumentLocator
public void setDocumentLocator(Locator locator)
setEntityResolver
public void setEntityResolver(EntityResolver er)
skippedEntity
public void skippedEntity(String name)
throws SAXException
startDocument
public void startDocument()
throws SAXException
startElement
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException
startPrefixMapping
public void startPrefixMapping(String prefix,
String uri)
throws SAXException