Uses of Class org.xml.sax.SAXNotRecognizedException

Uses in package org.apache.xalan.xsltc.trax

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.

Uses in package org.xml.sax

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.

Uses in package org.apache.xalan.transformer

Methods which throw type org.xml.sax.SAXNotRecognizedException

boolean
Look up the value of a feature.

Uses in package javax.xml.parsers

Methods which throw type org.xml.sax.SAXNotRecognizedException

boolean
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.

Uses in package org.apache.xalan.lib

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.

Uses in package org.xml.sax.helpers

Methods which throw type org.xml.sax.SAXNotRecognizedException

boolean
Check a parser feature flag.
boolean
Look up the value of a feature.
Object
Get a parser property.
Object
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.

Copyright B) 2004 Apache XML Project. All Rights Reserved.