Package com.icl.saxon.aelfred
Class SAXParserImpl
- java.lang.Object
-
- javax.xml.parsers.SAXParser
-
- com.icl.saxon.aelfred.SAXParserImpl
-
public class SAXParserImpl extends javax.xml.parsers.SAXParser
-
-
Constructor Summary
Constructors Constructor Description SAXParserImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.Parser
getParser()
java.lang.Object
getProperty(java.lang.String name)
org.xml.sax.XMLReader
getXMLReader()
boolean
isNamespaceAware()
boolean
isValidating()
void
setProperty(java.lang.String name, java.lang.Object value)
-
-
-
Method Detail
-
getParser
public org.xml.sax.Parser getParser() throws org.xml.sax.SAXException
- Specified by:
getParser
in classjavax.xml.parsers.SAXParser
- Throws:
org.xml.sax.SAXException
-
getProperty
public java.lang.Object getProperty(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
- Specified by:
getProperty
in classjavax.xml.parsers.SAXParser
- Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
-
getXMLReader
public org.xml.sax.XMLReader getXMLReader()
- Specified by:
getXMLReader
in classjavax.xml.parsers.SAXParser
-
isNamespaceAware
public boolean isNamespaceAware()
- Specified by:
isNamespaceAware
in classjavax.xml.parsers.SAXParser
-
isValidating
public boolean isValidating()
- Specified by:
isValidating
in classjavax.xml.parsers.SAXParser
-
setProperty
public void setProperty(java.lang.String name, java.lang.Object value) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
- Specified by:
setProperty
in classjavax.xml.parsers.SAXParser
- Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
-
-