|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SAXNotSupportedException | |
org.dom4j.io | Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. |
org.dom4j.io.aelfred | The default SAX XMLReader implementation which is a port of the original Aelfred SAX Parser. |
org.dom4j.io.aelfred2 | This code has been taken from the GNU JAXP Project. |
org.xml.sax | This package provides the core SAX APIs. |
org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
Uses of SAXNotSupportedException in org.dom4j.io |
Methods in org.dom4j.io that throw SAXNotSupportedException | |
boolean |
SAXWriter.getFeature(java.lang.String name)
Looks up the value of a feature. |
void |
SAXWriter.setFeature(java.lang.String name,
boolean value)
This implementation does actually use any features but just stores them for later retrieval |
void |
SAXWriter.setProperty(java.lang.String name,
java.lang.Object value)
Sets the given SAX property |
java.lang.Object |
SAXWriter.getProperty(java.lang.String name)
Gets the given SAX property |
void |
SAXWriter.parse(java.lang.String systemId)
This method is not supported. |
void |
XMLWriter.setProperty(java.lang.String name,
java.lang.Object value)
|
java.lang.Object |
XMLWriter.getProperty(java.lang.String name)
|
Uses of SAXNotSupportedException in org.dom4j.io.aelfred |
Methods in org.dom4j.io.aelfred that throw SAXNotSupportedException | |
void |
SAXDriver.setFeature(java.lang.String featureId,
boolean state)
Deprecated. SAX2: Sets the state of feature flags in this parser. |
void |
SAXDriver.setProperty(java.lang.String propertyId,
java.lang.Object property)
Deprecated. SAX2: Assigns the specified property. |
Uses of SAXNotSupportedException in org.dom4j.io.aelfred2 |
Methods in org.dom4j.io.aelfred2 that throw SAXNotSupportedException | |
boolean |
SAXDriver.getFeature(java.lang.String featureId)
SAX2: Tells the value of the specified feature flag. |
void |
SAXDriver.setFeature(java.lang.String featureId,
boolean value)
SAX2: Sets the state of feature flags in this parser. |
void |
SAXDriver.setProperty(java.lang.String propertyId,
java.lang.Object value)
SAX2: Assigns the specified property. |
Uses of SAXNotSupportedException in org.xml.sax |
Methods in org.xml.sax that throw SAXNotSupportedException | |
boolean |
XMLReader.getFeature(java.lang.String name)
Look up the value of a feature flag. |
void |
XMLReader.setFeature(java.lang.String name,
boolean value)
Set the value of a feature flag. |
java.lang.Object |
XMLReader.getProperty(java.lang.String name)
Look up the value of a property. |
void |
XMLReader.setProperty(java.lang.String name,
java.lang.Object value)
Set the value of a property. |
Uses of SAXNotSupportedException in org.xml.sax.helpers |
Methods in org.xml.sax.helpers that throw SAXNotSupportedException | |
void |
XMLFilterImpl.setFeature(java.lang.String name,
boolean value)
Set the value of a feature. |
boolean |
XMLFilterImpl.getFeature(java.lang.String name)
Look up the value of a feature. |
void |
XMLFilterImpl.setProperty(java.lang.String name,
java.lang.Object value)
Set the value of a property. |
java.lang.Object |
XMLFilterImpl.getProperty(java.lang.String name)
Look up the value of a property. |
void |
ParserAdapter.setFeature(java.lang.String name,
boolean value)
Set a feature flag for the parser. |
boolean |
ParserAdapter.getFeature(java.lang.String name)
Check a parser feature flag. |
void |
ParserAdapter.setProperty(java.lang.String name,
java.lang.Object value)
Set a parser property. |
java.lang.Object |
ParserAdapter.getProperty(java.lang.String name)
Get a parser property. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |