|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.xml.parsers.SAXParser | +--org.enhydra.apache.xerces.jaxp.SAXParserImpl
This is the implementation specific class for the
javax.xml.parsers.SAXParser
.
Constructor Summary | |
(package private) |
SAXParserImpl(SAXParserFactory spf,
Hashtable features)
Create a SAX parser with the associated features |
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 |
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 |
Constructor Detail |
SAXParserImpl(SAXParserFactory spf, Hashtable features) throws SAXException
features
- Hashtable of SAX features, may be nullMethod Detail |
public Parser getParser() throws SAXException
getParser
in class SAXParser
SAXException
public XMLReader getXMLReader()
getXMLReader
in class SAXParser
public boolean isNamespaceAware()
isNamespaceAware
in class SAXParser
public boolean isValidating()
isValidating
in class SAXParser
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
setProperty
in class SAXParser
SAXNotRecognizedException
SAXNotSupportedException
public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getProperty
in class SAXParser
SAXNotRecognizedException
SAXNotSupportedException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |