Package | Description |
---|---|
org.apache.xalan.lib |
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
|
org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
Modifier and Type | Method | Description |
---|---|---|
static NodeSet |
Extensions.nodeset(ExpressionContext myProcessor,
java.lang.Object rtf) |
This method is an extension that implements as a Xalan extension
the node-set function also found in xt and saxon.
|
static NodeSet |
ExsltCommon.nodeSet(ExpressionContext myProcessor,
java.lang.Object rtf) |
The exsl:node-set function converts a result tree fragment (which is what you get
when you use the content of xsl:variable rather than its select attribute to give
a variable value) into a node set.
|
Modifier and Type | Method | Description |
---|---|---|
void |
NodeSet.addNodes(NodeSet ns) |
Copy NodeList members into this nodelist, adding in
document order.
|
void |
NodeSet.appendNodes(NodeSet nodes) |
Append the nodes to the list.
|
Constructor | Description |
---|---|
NodeSet(NodeSet nodelist) |
Create a NodeSet, and copy the members of the
given NodeSet into it.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.