Frames | No Frames |
Methods which throw type org.xml.sax.SAXNotSupportedException | |
NodeList | 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 | 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 | Returns the result of evaluating the argument as a string containing
an XPath expression. |
NodeList | 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 | 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 | 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 | 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.
|
Methods which throw type org.xml.sax.SAXNotSupportedException | |
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.SAXNotSupportedException | |
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.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.
|
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.
|
Methods which throw type org.xml.sax.SAXNotSupportedException | |
boolean | TransformerImpl.getFeature(String name) Look up the value of a feature.
|