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 javax.xml.parsers.SAXParser |
getSchema, isXIncludeAware, parse, parse, parse, parse, parse, parse, parse, parse, parse, parse, reset |
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
- Specified by:
getParser
in class SAXParser
- Throws:
SAXException
getProperty
public Object getProperty(String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Specified by:
getProperty
in class SAXParser
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
getXMLReader
public XMLReader getXMLReader()
- Specified by:
getXMLReader
in class SAXParser
isNamespaceAware
public boolean isNamespaceAware()
- Specified by:
isNamespaceAware
in class SAXParser
isValidating
public boolean isValidating()
- Specified by:
isValidating
in class SAXParser
setProperty
public void setProperty(String name,
Object value)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Specified by:
setProperty
in class SAXParser
- Throws:
SAXNotRecognizedException
SAXNotSupportedException