com.icl.saxon.aelfred
Class SAXParserImpl

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

public class SAXParserImpl
extends SAXParser


Constructor Summary
SAXParserImpl()
           
 
Method Summary
 Parser getParser()
           
 Object getProperty(String name)
           
 XMLReader getXMLReader()
           
 boolean isNamespaceAware()
           
 boolean isValidating()
           
 void setProperty(String name, 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 Parser getParser()
                 throws SAXException
Throws:
SAXException

getProperty

public Object getProperty(String name)
                   throws SAXNotRecognizedException,
                          SAXNotSupportedException
Throws:
SAXNotRecognizedException
SAXNotSupportedException

getXMLReader

public XMLReader getXMLReader()

isNamespaceAware

public boolean isNamespaceAware()

isValidating

public boolean isValidating()

setProperty

public void setProperty(String name,
                        Object value)
                 throws SAXNotRecognizedException,
                        SAXNotSupportedException
Throws:
SAXNotRecognizedException
SAXNotSupportedException