| java.lang.Object javax.xml.parsers.SAXParser org.apache.xerces.jaxp.SAXParserImpl
SAXParserImpl | public class SAXParserImpl extends javax.xml.parsers.SAXParser implements JAXPConstants,PSVIProvider(Code) | | This is the implementation specific class for the
javax.xml.parsers.SAXParser .
author: Rajiv Mordani author: Edwin Goei version: $Id: SAXParserImpl.java 520058 2007-03-19 19:33:53Z mrglavas $ |
SAXParserImpl | SAXParserImpl(SAXParserFactoryImpl spf, Hashtable features, boolean secureProcessing) throws SAXException(Code) | | Create a SAX parser with the associated features
Parameters: features - Hashtable of SAX features, may be null |
getXMLReader | public XMLReader getXMLReader()(Code) | | Returns the XMLReader that is encapsulated by the implementation of
this class.
|
isNamespaceAware | public boolean isNamespaceAware()(Code) | | |
isValidating | public boolean isValidating()(Code) | | |
isXIncludeAware | public boolean isXIncludeAware()(Code) | | Gets the XInclude processing mode for this parser
the state of XInclude processing mode |
reset | public void reset()(Code) | | |
Methods inherited from javax.xml.parsers.SAXParser | abstract public org.xml.sax.Parser getParser() throws SAXException(Code)(Java Doc) abstract public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc) public Schema getSchema()(Code)(Java Doc) abstract public org.xml.sax.XMLReader getXMLReader() throws SAXException(Code)(Java Doc) abstract public boolean isNamespaceAware()(Code)(Java Doc) abstract public boolean isValidating()(Code)(Java Doc) public boolean isXIncludeAware()(Code)(Java Doc) public void parse(InputStream is, HandlerBase hb) throws SAXException, IOException(Code)(Java Doc) public void parse(InputStream is, HandlerBase hb, String systemId) throws SAXException, IOException(Code)(Java Doc) public void parse(InputStream is, DefaultHandler dh) throws SAXException, IOException(Code)(Java Doc) public void parse(InputStream is, DefaultHandler dh, String systemId) throws SAXException, IOException(Code)(Java Doc) public void parse(String uri, HandlerBase hb) throws SAXException, IOException(Code)(Java Doc) public void parse(String uri, DefaultHandler dh) throws SAXException, IOException(Code)(Java Doc) public void parse(File f, HandlerBase hb) throws SAXException, IOException(Code)(Java Doc) public void parse(File f, DefaultHandler dh) throws SAXException, IOException(Code)(Java Doc) public void parse(InputSource is, HandlerBase hb) throws SAXException, IOException(Code)(Java Doc) public void parse(InputSource is, DefaultHandler dh) throws SAXException, IOException(Code)(Java Doc) public void reset()(Code)(Java Doc) abstract public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
|
|
|