|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeSet | |
org.apache.xalan.lib | Extension elements and functions shipped with Xalan-Java |
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. |
org.apache.xpath.axes | Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. |
org.apache.xpath.objects | Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. |
Uses of NodeSet in org.apache.xalan.lib |
Methods in org.apache.xalan.lib that return NodeSet | |
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 |
Extensions.intersection(NodeIterator ni1,
NodeIterator ni2)
Returns the intersection of two node-sets. |
static NodeSet |
Extensions.difference(NodeIterator ni1,
NodeIterator ni2)
Returns the difference between two node-sets. |
static NodeSet |
Extensions.distinct(NodeIterator ni)
Returns node-set containing distinct string values. |
static NodeSet |
Extensions.tokenize(ExpressionContext myContext,
java.lang.String toTokenize,
java.lang.String delims)
Returns a NodeSet containing one text node for each token in the first argument. |
static NodeSet |
Extensions.tokenize(ExpressionContext myContext,
java.lang.String toTokenize)
Returns a NodeSet containing one text node for each token in the first argument. |
Uses of NodeSet in org.apache.xpath |
Methods in org.apache.xpath with parameters of type NodeSet | |
void |
NodeSet.addNodes(NodeSet ns)
Copy NodeList members into this nodelist, adding in document order. |
Constructors in org.apache.xpath with parameters of type NodeSet | |
NodeSet.NodeSet(NodeSet nodelist)
Create a NodeSet, and copy the members of the given NodeSet into it. |
Uses of NodeSet in org.apache.xpath.axes |
Methods in org.apache.xpath.axes that return NodeSet | |
NodeSet |
LocPathIterator.getCachedNodes()
Get cached nodes. |
Uses of NodeSet in org.apache.xpath.objects |
Methods in org.apache.xpath.objects that return NodeSet | |
NodeSet |
XObject.mutableNodeset()
Cast result object to a nodelist. |
NodeSet |
XNodeSet.mutableNodeset()
Cast result object to a mutableNodeset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |