Package | Description |
---|---|
javax.xml.parsers | |
javax.xml.validation | |
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 | |
org.xml.sax.helpers |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
SAXParserFactory.getFeature(java.lang.String name)
Returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
|
abstract java.lang.Object |
SAXParser.getProperty(java.lang.String name)
Returns the particular property requested for in the underlying
implementation of
XMLReader . |
abstract void |
SAXParserFactory.setFeature(java.lang.String name,
boolean value)
Sets the particular feature 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 . |
Modifier and Type | Method and Description |
---|---|
boolean |
ValidatorHandler.getFeature(java.lang.String name)
Look up the value of a feature flag.
|
boolean |
Validator.getFeature(java.lang.String name)
Look up the value of a feature flag.
|
boolean |
SchemaFactory.getFeature(java.lang.String name)
Look up the value of a feature flag.
|
java.lang.Object |
ValidatorHandler.getProperty(java.lang.String name)
Look up the value of a property.
|
java.lang.Object |
Validator.getProperty(java.lang.String name)
Look up the value of a property.
|
java.lang.Object |
SchemaFactory.getProperty(java.lang.String name)
Look up the value of a property.
|
void |
ValidatorHandler.setFeature(java.lang.String name,
boolean value)
Set the value of a feature flag.
|
void |
Validator.setFeature(java.lang.String name,
boolean value)
Set the value of a feature flag.
|
void |
SchemaFactory.setFeature(java.lang.String name,
boolean value)
Set the value of a feature flag.
|
void |
ValidatorHandler.setProperty(java.lang.String name,
java.lang.Object object)
Set the value of a property.
|
void |
Validator.setProperty(java.lang.String name,
java.lang.Object object)
Set the value of a property.
|
void |
SchemaFactory.setProperty(java.lang.String name,
java.lang.Object object)
Set the value of a property.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.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 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransformerImpl.getFeature(java.lang.String name)
Look up the value of a feature.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DOM2TO.getFeature(java.lang.String name)
This class is only used internally so this method should never
be called.
|
boolean |
DOM2SAX.getFeature(java.lang.String name)
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.
|
java.lang.Object |
DOM2SAX.getProperty(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 |
DOM2SAX.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.
|
void |
DOM2SAX.setProperty(java.lang.String name,
java.lang.Object value)
This class is only used internally so this method should never
be called.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLReader.getFeature(java.lang.String name)
Look up the value of a feature flag.
|
java.lang.Object |
XMLReader.getProperty(java.lang.String name)
Look up the value of a property.
|
void |
XMLReader.setFeature(java.lang.String name,
boolean value)
Set the value of a feature flag.
|
void |
XMLReader.setProperty(java.lang.String name,
java.lang.Object value)
Set the value of a property.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLFilterImpl.getFeature(java.lang.String name)
Look up the value of a feature.
|
boolean |
ParserAdapter.getFeature(java.lang.String name)
Check a parser feature flag.
|
java.lang.Object |
XMLFilterImpl.getProperty(java.lang.String name)
Look up the value of a property.
|
java.lang.Object |
ParserAdapter.getProperty(java.lang.String name)
Get a parser property.
|
void |
XMLFilterImpl.setFeature(java.lang.String name,
boolean value)
Set the value of a feature.
|
void |
ParserAdapter.setFeature(java.lang.String name,
boolean value)
Set a feature flag for the parser.
|
void |
XMLFilterImpl.setProperty(java.lang.String name,
java.lang.Object value)
Set the value of a property.
|
void |
ParserAdapter.setProperty(java.lang.String name,
java.lang.Object value)
Set a parser property.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.