| | |
| 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 | ContentHandler | getContentHandler() |
|
| public | DTDHandler | getDTDHandler() |
|
| public | EntityResolver | getEntityResolver() |
|
| public | ErrorHandler | getErrorHandler() |
|
| public | boolean | getFeature(String name) Throws: SAXNotRecognizedException Throws: SAXNotSupportedException |
|
| public | XMLReader | getParent() |
|
| public | Object | getProperty(String name) Throws: SAXNotRecognizedException Throws: SAXNotSupportedException |
|
| public | void | ignorableWhitespace(char[] ch, int start, int length) Throws: SAXException |
|
| public | void | notationDecl(String name, String publicId, String systemId) Throws: SAXException |
|
| public | void | parse(String systemId) Throws: SAXException Throws: IOException |
|
| public | void | parse(InputSource input) Throws: SAXException Throws: IOException |
|
| public | void | processingInstruction(String target, String data) Throws: SAXException |
|
| public | InputSource | resolveEntity(String publicId, String systemId) Throws: SAXException Throws: IOException |
|
| public | void | setContentHandler(ContentHandler handler) |
|
| public | void | setDTDHandler(DTDHandler handler) |
|
| public | void | setDocumentLocator(Locator locator) |
|
| public | void | setEntityResolver(EntityResolver resolver) |
|
| public | void | setErrorHandler(ErrorHandler handler) |
|
| public | void | setFeature(String name, boolean value) Throws: SAXNotRecognizedException Throws: SAXNotSupportedException |
|
| public | void | setParent(XMLReader parent) |
|
| public | void | setProperty(String name, Object value) Throws: SAXNotRecognizedException Throws: SAXNotSupportedException |
|
| public | void | skippedEntity(String name) Throws: SAXException |
|
| public | void | startDocument() Throws: SAXException |
|
| public | void | startElement(String uri, String localName, String qName, Attributes atts) 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 |
|