|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SAXNotRecognizedException | |
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
org.xml.sax | Provides the classes and interfaces for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. |
org.xml.sax.helpers | Provides helper classes for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. |
Uses of SAXNotRecognizedException in javax.xml.parsers |
Methods in javax.xml.parsers that throw SAXNotRecognizedException | |
abstract void |
SAXParser.setProperty(String name,
Object value)
Sets the particular property in the underlying implementation of XMLReader . |
abstract Object |
SAXParser.getProperty(String name)
Returns the particular property requested for in the underlying implementation of XMLReader . |
abstract void |
SAXParserFactory.setFeature(String name,
boolean value)
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader. |
abstract boolean |
SAXParserFactory.getFeature(String name)
Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader. |
Uses of SAXNotRecognizedException in org.xml.sax |
Methods in org.xml.sax that throw SAXNotRecognizedException | |
boolean |
XMLReader.getFeature(String name)
Look up the value of a feature. |
void |
XMLReader.setFeature(String name,
boolean value)
Set the state of a feature. |
Object |
XMLReader.getProperty(String name)
Look up the value of a property. |
void |
XMLReader.setProperty(String name,
Object value)
Set the value of a property. |
Uses of SAXNotRecognizedException in org.xml.sax.helpers |
Methods in org.xml.sax.helpers that throw SAXNotRecognizedException | |
void |
XMLFilterImpl.setFeature(String name,
boolean state)
Set the state of a feature. |
boolean |
XMLFilterImpl.getFeature(String name)
Look up the state of a feature. |
void |
XMLFilterImpl.setProperty(String name,
Object value)
Set the value of a property. |
Object |
XMLFilterImpl.getProperty(String name)
Look up the value of a property. |
void |
ParserAdapter.setFeature(String name,
boolean state)
Set a feature for the parser. |
boolean |
ParserAdapter.getFeature(String name)
Check a parser feature. |
void |
ParserAdapter.setProperty(String name,
Object value)
Set a parser property. |
Object |
ParserAdapter.getProperty(String name)
Get a parser property. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.