com.caucho.xml2.jaxp
Class SAXParserFactoryImpl.XmlSAXParser

java.lang.Object
  extended by javax.xml.parsers.SAXParser
      extended by com.caucho.xml2.jaxp.SAXParserFactoryImpl.XmlSAXParser
Enclosing class:
SAXParserFactoryImpl

public class SAXParserFactoryImpl.XmlSAXParser
extends javax.xml.parsers.SAXParser


Method Summary
 org.xml.sax.Parser getParser()
          Returns the SAX parser instance.
 java.lang.Object getProperty(java.lang.String name)
          Gets a SAX property.
 org.xml.sax.XMLReader getXMLReader()
          Returns the SAX XMLReader
 boolean isNamespaceAware()
          Returns true if the SAXParser is namespace aware.
 boolean isValidating()
          Returns true if the SAXParser is validating.
 void setProperty(java.lang.String name, java.lang.Object value)
          Sets a SAX property.
 
Methods inherited from class javax.xml.parsers.SAXParser
getSchema, isXIncludeAware, parse, parse, parse, parse, parse, parse, parse, parse, parse, parse, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProperty

public java.lang.Object getProperty(java.lang.String name)
Gets a SAX property.

Specified by:
getProperty in class javax.xml.parsers.SAXParser

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
Sets a SAX property.

Specified by:
setProperty in class javax.xml.parsers.SAXParser
Parameters:
name - the property name
value - the property value

getParser

public org.xml.sax.Parser getParser()
Returns the SAX parser instance.

Specified by:
getParser in class javax.xml.parsers.SAXParser

getXMLReader

public org.xml.sax.XMLReader getXMLReader()
Returns the SAX XMLReader

Specified by:
getXMLReader in class javax.xml.parsers.SAXParser

isNamespaceAware

public boolean isNamespaceAware()
Returns true if the SAXParser is namespace aware.

Specified by:
isNamespaceAware in class javax.xml.parsers.SAXParser

isValidating

public boolean isValidating()
Returns true if the SAXParser is validating.

Specified by:
isValidating in class javax.xml.parsers.SAXParser