|
|
org > org.xml > org.xml.sax > org.xml.sax.helpers > org.xml.sax.helpers.defaulthandler >
Class: org.xml.sax.helpers.DefaultHandler java.lang.Object org.xml.sax.helpers.DefaultHandler
public class DefaultHandler extends Object implements EntityResolver, DTDHandler, ContentHandler, ErrorHandler
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public | void | characters(char[] ch, int start, int length) Throws: SAXException |
| | public | void | endDocument() Throws: SAXException |
| | public | void | endElement(String uri, String localName, String qName) Throws: SAXException |
| | public | void | endPrefixMapping(String prefix) Throws: SAXException |
| | public | void | error(SAXParseException e) Throws: SAXException |
| | public | void | fatalError(SAXParseException e) Throws: SAXException |
| | public | void | ignorableWhitespace(char[] ch, int start, int length) Throws: SAXException |
| | public | void | notationDecl(String name, String publicId, String systemId) Throws: SAXException |
| | public | void | processingInstruction(String target, String data) Throws: SAXException |
| | public | InputSource | resolveEntity(String publicId, String systemId) Throws: IOException Throws: SAXException |
| | public | void | setDocumentLocator(Locator locator) |
| | public | void | skippedEntity(String name) Throws: SAXException |
| | public | void | startDocument() Throws: SAXException |
| | public | void | startElement(String uri, String localName, String qName, Attributes attributes) Throws: SAXException |
| | public | void | startPrefixMapping(String prefix, String uri) Throws: SAXException |
| | public | void | unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Throws: SAXException |
| | public | void | warning(SAXParseException e) Throws: SAXException |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|