Class SAXParserImpl
java.lang.Object
javax.xml.parsers.SAXParser
net.sf.saxon.aelfred.SAXParserImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String name) booleanbooleanvoidsetProperty(String name, Object value)
-
Constructor Details
-
SAXParserImpl
public SAXParserImpl()
-
-
Method Details
-
getParser
- Specified by:
getParserin classSAXParser- Throws:
SAXException
-
getProperty
- Specified by:
getPropertyin classSAXParser- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
getXMLReader
- Specified by:
getXMLReaderin classSAXParser
-
isNamespaceAware
public boolean isNamespaceAware()- Specified by:
isNamespaceAwarein classSAXParser
-
isValidating
public boolean isValidating()- Specified by:
isValidatingin classSAXParser
-
setProperty
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException - Specified by:
setPropertyin classSAXParser- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-