com.icl.saxon.aelfred

Class 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)

Constructor Details

SAXParserImpl

public SAXParserImpl()

Method Details

getParser

public Parser getParser()
            throws SAXException


getProperty

public Object getProperty(String name)
            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