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 and Description |
---|---|
static NodeSet |
Extensions.nodeset(ExpressionContext myProcessor,
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,
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 and 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 and Description |
---|
NodeSet(NodeSet nodelist)
Create a NodeSet, and copy the members of the
given NodeSet into it.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.