Package com.icl.saxon.aelfred
Class SAXParserImpl
- java.lang.Object
-
- javax.xml.parsers.SAXParser
-
- com.icl.saxon.aelfred.SAXParserImpl
-
public class SAXParserImpl extends SAXParser
-
-
Constructor Summary
Constructors Constructor Description SAXParserImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsergetParser()ObjectgetProperty(String name)XMLReadergetXMLReader()booleanisNamespaceAware()booleanisValidating()voidsetProperty(String name, Object value)
-
-
-
Method Detail
-
getParser
public Parser getParser() throws SAXException
- Specified by:
getParserin classSAXParser- Throws:
SAXException
-
getProperty
public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
- Specified by:
getPropertyin classSAXParser- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
getXMLReader
public XMLReader 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
-
-