|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.parsers.SAXParser
weblogic.apache.xerces.jaxp.SAXParserImpl
public class SAXParserImpl
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 |
|---|
public Parser getParser()
throws SAXException
getParser in class SAXParserSAXExceptionpublic XMLReader getXMLReader()
getXMLReader in class SAXParserpublic boolean isNamespaceAware()
isNamespaceAware in class SAXParserpublic boolean isValidating()
isValidating in class SAXParser
public void setProperty(String name,
Object value)
throws SAXNotRecognizedException,
SAXNotSupportedException
setProperty in class SAXParserSAXNotRecognizedException
SAXNotSupportedException
public Object getProperty(String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
getProperty in class SAXParserSAXNotRecognizedException
SAXNotSupportedException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||