Uses of Class org.xml.sax.SAXNotSupportedException

Uses in package org.apache.xalan.transformer

Methods which throw type org.xml.sax.SAXNotSupportedException

boolean
Look up the value of a feature.

Uses in package javax.xml.parsers

Methods which throw type org.xml.sax.SAXNotSupportedException

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.xml.sax.helpers

Methods which throw type org.xml.sax.SAXNotSupportedException

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.

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

Methods which throw type org.xml.sax.SAXNotSupportedException

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

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

Methods which throw type org.xml.sax.SAXNotSupportedException

NodeList
ExsltDynamic.closure(ExpressionContext myContext, NodeList nl, String expr)
The dyn:closure function creates a node set resulting from transitive closure of evaluating the expression passed as the second argument on each of the nodes passed as the first argument, then on the node set resulting from that and so on until no more nodes are found.
XObject
ExsltDynamic.evaluate(ExpressionContext myContext, String xpathExpr)
The dyn:evaluate function evaluates a string as an XPath expression and returns the resulting value, which might be a boolean, number, string, node set, result tree fragment or external object.
XObject
Extensions.evaluate(ExpressionContext myContext, String xpathExpr)
Returns the result of evaluating the argument as a string containing an XPath expression.
NodeList
ExsltDynamic.map(ExpressionContext myContext, NodeList nl, String expr)
The dyn:map function evaluates the expression passed as the second argument for each of the nodes passed as the first argument, and returns a node set of those values.
double
ExsltDynamic.max(ExpressionContext myContext, NodeList nl, String expr)
The dyn:max function calculates the maximum value for the nodes passed as the first argument, where the value of each node is calculated dynamically using an XPath expression passed as a string as the second argument.
double
ExsltDynamic.min(ExpressionContext myContext, NodeList nl, String expr)
The dyn:min function calculates the minimum value for the nodes passed as the first argument, where the value of each node is calculated dynamically using an XPath expression passed as a string as the second argument.
double
ExsltDynamic.sum(ExpressionContext myContext, NodeList nl, String expr)
The dyn:sum function calculates the sum for the nodes passed as the first argument, where the value of each node is calculated dynamically using an XPath expression passed as a string as the second argument.

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