|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SAXNotSupportedException | |
javax.xml.parsers | Provides classes allowing the processing of XML documents. |
org.apache.xalan.lib | Extension elements and functions shipped with Xalan-Java, including EXSLT functions. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
org.apache.xalan.xsltc.trax | |
org.xml.sax | This package provides the core SAX APIs. |
org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
Uses of SAXNotSupportedException in javax.xml.parsers |
Methods in javax.xml.parsers that throw SAXNotSupportedException | |
abstract void |
SAXParserFactory.setFeature(java.lang.String name,
boolean value)
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader. |
abstract boolean |
SAXParserFactory.getFeature(java.lang.String name)
Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader. |
abstract void |
SAXParser.setProperty(java.lang.String name,
java.lang.Object value)
Sets the particular property in the underlying implementation of XMLReader . |
abstract java.lang.Object |
SAXParser.getProperty(java.lang.String name)
Returns the particular property requested for in the underlying implementation of XMLReader . |
Uses of SAXNotSupportedException in org.apache.xalan.lib |
Methods in org.apache.xalan.lib that throw SAXNotSupportedException | |
static double |
ExsltDynamic.max(ExpressionContext myContext,
NodeList nl,
java.lang.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. |
static double |
ExsltDynamic.min(ExpressionContext myContext,
NodeList nl,
java.lang.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. |
static double |
ExsltDynamic.sum(ExpressionContext myContext,
NodeList nl,
java.lang.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. |
static NodeList |
ExsltDynamic.map(ExpressionContext myContext,
NodeList nl,
java.lang.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. |
static XObject |
ExsltDynamic.evaluate(ExpressionContext myContext,
java.lang.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. |
static NodeList |
ExsltDynamic.closure(ExpressionContext myContext,
NodeList nl,
java.lang.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. |
static XObject |
Extensions.evaluate(ExpressionContext myContext,
java.lang.String xpathExpr)
Returns the result of evaluating the argument as a string containing an XPath expression. |
Uses of SAXNotSupportedException in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer that throw SAXNotSupportedException | |
boolean |
TransformerImpl.getFeature(java.lang.String name)
Look up the value of a feature. |
Uses of SAXNotSupportedException in org.apache.xalan.xsltc.trax |
Methods in org.apache.xalan.xsltc.trax that throw SAXNotSupportedException | |
boolean |
DOM2SAX.getFeature(java.lang.String name)
This class is only used internally so this method should never be called. |
void |
DOM2SAX.setFeature(java.lang.String name,
boolean value)
This class is only used internally so this method should never be called. |
void |
DOM2SAX.setProperty(java.lang.String name,
java.lang.Object value)
This class is only used internally so this method should never be called. |
java.lang.Object |
DOM2SAX.getProperty(java.lang.String name)
This class is only used internally so this method should never be called. |
boolean |
DOM2TO.getFeature(java.lang.String name)
This class is only used internally so this method should never be called. |
void |
DOM2TO.setFeature(java.lang.String name,
boolean value)
This class is only used internally so this method should never be called. |
void |
DOM2TO.setProperty(java.lang.String name,
java.lang.Object value)
This class is only used internally so this method should never be called. |
java.lang.Object |
DOM2TO.getProperty(java.lang.String name)
This class is only used internally so this method should never be called. |
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 flag. |
void |
XMLReader.setFeature(java.lang.String name,
boolean value)
Set the value of a feature flag. |
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 |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |