com.icl.saxon.aelfred
Class SAXParserImpl

java.lang.Object
  extended byjavax.xml.parsers.SAXParser
      extended bycom.icl.saxon.aelfred.SAXParserImpl

public class SAXParserImpl
extends javax.xml.parsers.SAXParser


Constructor Summary
SAXParserImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class javax.xml.parsers.SAXParser
parse, parse, parse, parse, parse, parse, parse, parse, parse, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXParserImpl

public SAXParserImpl()
Method Detail

getParser

public org.xml.sax.Parser getParser()
                             throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws org.xml.sax.SAXNotRecognizedException,
                                    org.xml.sax.SAXNotSupportedException
Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException

getXMLReader

public org.xml.sax.XMLReader getXMLReader()

isNamespaceAware

public boolean isNamespaceAware()

isValidating

public boolean isValidating()

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws org.xml.sax.SAXNotRecognizedException,
                        org.xml.sax.SAXNotSupportedException
Throws:
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException