org.apache.xerces.jaxp
Class SAXParserImpl
java.lang.Objectjavax.xml.parsers.SAXParserorg.apache.xerces.jaxp.SAXParserImpl
- JAXPConstants
public class SAXParserImpl
extends javax.xml.parsers.SAXParser
This is the implementation specific class for the
javax.xml.parsers.SAXParser.
Version:
- Rajiv Mordani
- Edwin Goei
org.xml.sax.Parser | getParser()
|
Object | getProperty(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(String name, Object value)- Sets the particular property in the underlying implementation of
org.xml.sax.XMLReader.
|
getParser, getProperty, getXMLReader, isNamespaceAware, isValidating, parse, parse, parse, parse, parse, parse, parse, parse, parse, parse, setProperty |
getParser
public org.xml.sax.Parser getParser()
throws org.xml.sax.SAXException- getParser in interface javax.xml.parsers.SAXParser
getProperty
public Object getProperty(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.
- getProperty in interface javax.xml.parsers.SAXParser
getXMLReader
public org.xml.sax.XMLReader getXMLReader()
Returns the XMLReader that is encapsulated by the implementation of
this class.
- getXMLReader in interface javax.xml.parsers.SAXParser
isNamespaceAware
public boolean isNamespaceAware()
- isNamespaceAware in interface javax.xml.parsers.SAXParser
isValidating
public boolean isValidating()
- isValidating in interface javax.xml.parsers.SAXParser
setProperty
public void setProperty(String name,
Object value)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException Sets the particular property in the underlying implementation of
org.xml.sax.XMLReader.
- setProperty in interface javax.xml.parsers.SAXParser
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.