|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SAXNotSupportedException | |
org.xml.sax | |
org.xml.sax.helpers |
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. |
void |
XMLReader.setFeature(java.lang.String name,
boolean value)
Set the state of a feature. |
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 |
ParserAdapter.setFeature(java.lang.String name,
boolean state)
Set a feature for the parser. |
boolean |
ParserAdapter.getFeature(java.lang.String name)
Check a parser feature. |
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. |
void |
XMLFilterImpl.setFeature(java.lang.String name,
boolean state)
Set the state of a feature. |
boolean |
XMLFilterImpl.getFeature(java.lang.String name)
Look up the state 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |