| Frames | No Frames |
Methods which throw type org.xml.sax.SAXNotRecognizedException | |
| boolean | TransformerImpl.getFeature(String name) Look up the value of a feature.
|
Methods which throw type org.xml.sax.SAXNotRecognizedException | |
| boolean | SAXParserFactory.getFeature(String name)
Returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
|
| Object | SAXParser.getProperty(String name)
Returns the particular property requested for in the underlying
implementation of XMLReader.
|
| void | SAXParserFactory.setFeature(String name, boolean value)
Sets the particular feature in the underlying implementation of
org.xml.sax.XMLReader.
|
| void | SAXParser.setProperty(String name, Object value) Sets the particular property in the underlying implementation of
XMLReader.
|
Methods which throw type org.xml.sax.SAXNotRecognizedException | |
| boolean | ParserAdapter.getFeature(String name) Check a parser feature flag.
|
| boolean | XMLFilterImpl.getFeature(String name) Look up the value of a feature.
|
| Object | ParserAdapter.getProperty(String name) Get a parser property.
|
| Object | XMLFilterImpl.getProperty(String name) Look up the value of a property.
|
| void | ParserAdapter.setFeature(String name, boolean value) Set a feature flag for the parser.
|
| void | XMLFilterImpl.setFeature(String name, boolean value) Set the value of a feature.
|
| void | ParserAdapter.setProperty(String name, Object value) Set a parser property.
|
| void | XMLFilterImpl.setProperty(String name, Object value) Set the value of a property.
|
Methods which throw type org.xml.sax.SAXNotRecognizedException | |
| boolean | DOM2SAX.getFeature(String name) This class is only used internally so this method should never
be called.
|
| boolean | DOM2TO.getFeature(String name) This class is only used internally so this method should never
be called.
|
| Object | DOM2SAX.getProperty(String name) This class is only used internally so this method should never
be called.
|
| Object | DOM2TO.getProperty(String name) This class is only used internally so this method should never
be called.
|
| void | DOM2SAX.setFeature(String name, boolean value) This class is only used internally so this method should never
be called.
|
| void | DOM2TO.setFeature(String name, boolean value) This class is only used internally so this method should never
be called.
|
| void | DOM2SAX.setProperty(String name, Object value) This class is only used internally so this method should never
be called.
|
| void | DOM2TO.setProperty(String name, Object value) This class is only used internally so this method should never
be called.
|
Methods which throw type org.xml.sax.SAXNotRecognizedException | |
| boolean | XMLReader.getFeature(String name) Look up the value of a feature flag.
|
| Object | XMLReader.getProperty(String name) Look up the value of a property.
|
| void | XMLReader.setFeature(String name, boolean value) Set the value of a feature flag.
|
| void | XMLReader.setProperty(String name, Object value) Set the value of a property.
|
Methods which throw type org.xml.sax.SAXNotRecognizedException | |
| void | PipeDocument.usePipe(Vector vTHandler, String source, String target) Uses a Vector of TransformerHandlers to pipe XML input document through
a series of 1 or more transformations. |