BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.jaxp
Class SAXParserImpl

java.lang.Object
  extended byjavax.xml.parsers.SAXParser
      extended byweblogic.apache.xerces.jaxp.SAXParserImpl
All Implemented Interfaces:
JAXPConstants

public class SAXParserImpl
extends SAXParser
implements JAXPConstants

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


Field Summary
 
Fields inherited from interface weblogic.apache.xerces.jaxp.JAXPConstants
JAXP_SCHEMA_LANGUAGE, JAXP_SCHEMA_SOURCE, W3C_XML_SCHEMA
 
Method Summary
 Parser getParser()
           
 Object getProperty(String name)
          returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
 XMLReader getXMLReader()
          Returns the XMLReader that is encapsulated by the implementation of this class.
 boolean isNamespaceAware()
           
 boolean isValidating()
           
 void setProperty(String name, Object value)
          Sets the particular property in the underlying implementation of org.xml.sax.XMLReader.
 
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

getParser

public Parser getParser()
                 throws SAXException
Throws:
SAXException

getProperty

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

Throws:
SAXNotRecognizedException
SAXNotSupportedException

getXMLReader

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


isNamespaceAware

public boolean isNamespaceAware()

isValidating

public boolean isValidating()

setProperty

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

Throws:
SAXNotRecognizedException
SAXNotSupportedException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.