|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.parsers.SAXParser com.icl.saxon.aelfred.SAXParserImpl
Constructor Summary | |
SAXParserImpl()
|
Method Summary | |
org.xml.sax.Parser |
getParser()
Returns the SAX parser that is encapsultated by the implementation of this class. |
java.lang.Object |
getProperty(java.lang.String name)
Returns the particular property requested for in the underlying implementation of XMLReader . |
org.xml.sax.XMLReader |
getXMLReader()
Returns the XMLReader that is encapsulated by the
implementation of this class. |
boolean |
isNamespaceAware()
Indicates whether or not this parser is configured to understand namespaces. |
boolean |
isValidating()
Indicates whether or not this parser is configured to validate XML documents. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Sets the particular property in the underlying implementation of 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 |
Constructor Detail |
public SAXParserImpl()
Method Detail |
public org.xml.sax.Parser getParser() throws org.xml.sax.SAXException
SAXParser
getParser
in class SAXParser
org.xml.sax.SAXException
- If any SAX errors occur during processing.public java.lang.Object getProperty(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
SAXParser
Returns the particular property requested for in the underlying
implementation of XMLReader
.
getProperty
in class SAXParser
name
- The name of the property to be retrieved.
org.xml.sax.SAXNotSupportedException
- When the underlying XMLReader
recognizes the property name but doesn't support the property.
org.xml.sax.SAXNotRecognizedException
- When the underlying XMLReader does
not recognize the property name.XMLReader.getProperty(java.lang.String)
public org.xml.sax.XMLReader getXMLReader()
SAXParser
XMLReader
that is encapsulated by the
implementation of this class.
getXMLReader
in class SAXParser
public boolean isNamespaceAware()
SAXParser
isNamespaceAware
in class SAXParser
public boolean isValidating()
SAXParser
isValidating
in class SAXParser
public void setProperty(java.lang.String name, java.lang.Object value) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
SAXParser
Sets the particular property in the underlying implementation of
XMLReader
.
A list of the core features and properties can be found at
http://sax.sourceforge.net/?selected=get-set.
setProperty
in class SAXParser
name
- The name of the property to be set.value
- The value of the property to be set.
org.xml.sax.SAXNotSupportedException
- When the underlying XMLReader
recognizes the property name but doesn't support the property.
org.xml.sax.SAXNotRecognizedException
- When the underlying XMLReader does
not recognize the property name.XMLReader.setProperty(java.lang.String, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |