com.icl.saxon.aelfred
Class SAXParserImpl
java.lang.Object
javax.xml.parsers.SAXParser
com.icl.saxon.aelfred.SAXParserImpl
- public class SAXParserImpl
- extends SAXParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXParserImpl
public SAXParserImpl()
getParser
public Parser getParser()
throws SAXException
- Throws:
SAXException
getProperty
public java.lang.Object getProperty(java.lang.String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
getXMLReader
public XMLReader getXMLReader()
isNamespaceAware
public boolean isNamespaceAware()
isValidating
public boolean isValidating()
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Throws:
SAXNotRecognizedException
SAXNotSupportedException