org.apache.xerces.jaxp
public class SAXParserImpl extends SAXParser implements JAXPConstants, PSVIProvider
javax.xml.parsers.SAXParser.
Version: $Id: SAXParserImpl.java,v 1.33 2005/06/21 17:19:08 mrglavas Exp $
| Nested Class Summary | |
|---|---|
| static class | SAXParserImpl.JAXPSAXParser
Extension of SAXParser. |
| Method Summary | |
|---|---|
| AttributePSVI | getAttributePSVI(int index) |
| AttributePSVI | getAttributePSVIByName(String uri, String localname) |
| ElementPSVI | getElementPSVI() Restore various handlers. |
| Parser | getParser() |
| Object | getProperty(String name)
returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader. |
| Schema | getSchema() |
| XMLReader | getXMLReader()
Returns the XMLReader that is encapsulated by the implementation of
this class. |
| boolean | isNamespaceAware() |
| boolean | isValidating() |
| boolean | isXIncludeAware()
Gets the XInclude processing mode for this parser |
| void | reset() |
| void | setProperty(String name, Object value)
Sets the particular property in the underlying implementation of
org.xml.sax.XMLReader. |
Returns: the state of XInclude processing mode