BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.apache.xerces.jaxp
Class SAXParserImpl

java.lang.Object
  |
  +--javax.xml.parsers.SAXParser
        |
        +--weblogic.apache.xerces.jaxp.SAXParserImpl

public class SAXParserImpl
extends javax.xml.parsers.SAXParser
implements JAXPConstants

This is the implementation specific class for the javax.xml.parsers.SAXParser.


Method Summary
 org.xml.sax.Parser getParser()
           
 java.lang.Object getProperty(java.lang.String name)
          returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
 org.xml.sax.XMLReader getXMLReader()
          Returns the XMLReader that is encapsulated by the implementation of this class.
 boolean isNamespaceAware()
           
 boolean isValidating()
           
 void setProperty(java.lang.String name, java.lang.Object value)
          Sets the particular property in the underlying implementation of org.xml.sax.XMLReader.
 
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
 

Method Detail

getParser

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

Overrides:
getParser in class javax.xml.parsers.SAXParser

getXMLReader

public org.xml.sax.XMLReader getXMLReader()
Returns the XMLReader that is encapsulated by the implementation of this class.

Overrides:
getXMLReader in class javax.xml.parsers.SAXParser

isNamespaceAware

public boolean isNamespaceAware()

Overrides:
isNamespaceAware in class javax.xml.parsers.SAXParser

isValidating

public boolean isValidating()

Overrides:
isValidating in class javax.xml.parsers.SAXParser

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws org.xml.sax.SAXNotRecognizedException,
                        org.xml.sax.SAXNotSupportedException
Sets the particular property in the underlying implementation of org.xml.sax.XMLReader.

Overrides:
setProperty in class javax.xml.parsers.SAXParser

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws org.xml.sax.SAXNotRecognizedException,
                                    org.xml.sax.SAXNotSupportedException
returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.

Overrides:
getProperty in class javax.xml.parsers.SAXParser

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81