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 Parser
getParser()
Object
getProperty(String name)
XMLReader
getXMLReader()
boolean
isNamespaceAware()
boolean
isValidating()
void
setProperty(String name, Object value)
-
-
-
Method Detail
-
getParser
public Parser getParser() throws SAXException
- Specified by:
getParser
in classSAXParser
- Throws:
SAXException
-
getProperty
public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
- Specified by:
getProperty
in classSAXParser
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
-
getXMLReader
public XMLReader 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
-
-