| | |
| public abstract | Parser | getParser() Throws: SAXException |
|
| public abstract | Object | getProperty(String name) Throws: SAXNotRecognizedException Throws: SAXNotSupportedException |
|
| public | Schema | getSchema() Throws: UnsupportedOperationException |
|
| public abstract | XMLReader | getXMLReader() Throws: SAXException |
|
| public abstract | boolean | isNamespaceAware() |
|
| public abstract | boolean | isValidating() |
|
| public | boolean | isXIncludeAware() Throws: UnsupportedOperationException |
|
| public | void | parse(File f, HandlerBase hb) Throws: IllegalArgumentException Throws: IOException Throws: SAXException |
|
| public | void | parse(File f, DefaultHandler dh) Throws: IllegalArgumentException Throws: IOException Throws: SAXException |
|
| public | void | parse(InputStream is, HandlerBase hb) Throws: IllegalArgumentException Throws: SAXException Throws: IOException |
|
| public | void | parse(InputStream is, HandlerBase hb, String systemId) Throws: IllegalArgumentException Throws: IOException Throws: SAXException |
|
| public | void | parse(InputStream is, DefaultHandler dh) Throws: IllegalArgumentException Throws: IOException Throws: SAXException |
|
| public | void | parse(InputStream is, DefaultHandler dh, String systemId) Throws: IllegalArgumentException Throws: IOException Throws: SAXException |
|
| public | void | parse(String uri, HandlerBase hb) Throws: IllegalArgumentException Throws: IOException Throws: SAXException |
|
| public | void | parse(String uri, DefaultHandler dh) Throws: IllegalArgumentException Throws: IOException Throws: SAXException |
|
| public | void | parse(InputSource is, HandlerBase hb) Throws: IllegalArgumentException Throws: IOException Throws: SAXException |
|
| public | void | parse(InputSource is, DefaultHandler dh) Throws: IllegalArgumentException Throws: IOException Throws: SAXException |
|
| public | void | reset() Throws: UnsupportedOperationException |
|
| public abstract | void | setProperty(String name, Object value) Throws: SAXNotRecognizedException Throws: SAXNotSupportedException |
|