Package com.icl.saxon.aelfred
Class SAXParserImpl
java.lang.Object
javax.xml.parsers.SAXParser
com.icl.saxon.aelfred.SAXParserImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String name) boolean
boolean
void
setProperty
(String name, Object value)
-
Constructor Details
-
SAXParserImpl
public SAXParserImpl()
-
-
Method Details
-
getParser
- Specified by:
getParser
in classSAXParser
- Throws:
SAXException
-
getProperty
- Specified by:
getProperty
in classSAXParser
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-
getXMLReader
- Specified by:
getXMLReader
in classSAXParser
-
isNamespaceAware
public boolean isNamespaceAware()- Specified by:
isNamespaceAware
in classSAXParser
-
isValidating
public boolean isValidating()- Specified by:
isValidating
in classSAXParser
-
setProperty
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException - Specified by:
setProperty
in classSAXParser
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-