BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xpath.NodeSet

Packages that use NodeSet
weblogic.apache.xalan.lib   
weblogic.apache.xalan.xpath   
weblogic.apache.xpath   
weblogic.apache.xpath.axes   
weblogic.apache.xpath.objects   
 

Uses of NodeSet in weblogic.apache.xalan.lib
 

Methods in weblogic.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(org.w3c.dom.traversal.NodeIterator ni1, org.w3c.dom.traversal.NodeIterator ni2)
          Returns the intersection of two node-sets.
static NodeSet Extensions.difference(org.w3c.dom.traversal.NodeIterator ni1, org.w3c.dom.traversal.NodeIterator ni2)
          Returns the difference between two node-sets.
static NodeSet Extensions.distinct(org.w3c.dom.traversal.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 weblogic.apache.xalan.xpath
 

Methods in weblogic.apache.xalan.xpath that return NodeSet
 NodeSet XNodeSet.mutableNodeset()
          Cast result object to a nodelist.
 

Uses of NodeSet in weblogic.apache.xpath
 

Methods in weblogic.apache.xpath with parameters of type NodeSet
 void NodeSet.addNodes(NodeSet ns)
          Copy NodeList members into this nodelist, adding in document order.
 

Constructors in weblogic.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 weblogic.apache.xpath.axes
 

Methods in weblogic.apache.xpath.axes that return NodeSet
 NodeSet LocPathIterator.getCachedNodes()
          Get cached nodes.
 

Uses of NodeSet in weblogic.apache.xpath.objects
 

Methods in weblogic.apache.xpath.objects that return NodeSet
 NodeSet XObject.mutableNodeset()
          Cast result object to a nodelist.
 NodeSet XNodeSet.mutableNodeset()
          Cast result object to a mutableNodeset.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.