|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeIterator | |
org.apache.xalan.extensions | Implementation of Xalan Extension Mechanism. |
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.xml.dtm.ref | |
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. |
org.w3c.dom.traversal |
Uses of NodeIterator in org.apache.xalan.extensions |
Methods in org.apache.xalan.extensions that return NodeIterator | |
NodeIterator |
ExpressionContext.getContextNodes()
Get the current context node list. |
Uses of NodeIterator in org.apache.xalan.lib |
Methods in org.apache.xalan.lib with parameters of type NodeIterator | |
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(ExpressionContext myContext,
NodeIterator ni)
Returns node-set containing distinct string values. |
static boolean |
Extensions.hasSameNodes(NodeIterator ni1,
NodeIterator ni2)
Returns true of both node-sets contain the same set of nodes. |
static NodeSet |
ExsltCommon.intersection(NodeIterator ni1,
NodeIterator ni2)
|
static NodeSet |
ExsltCommon.difference(NodeIterator ni1,
NodeIterator ni2)
|
static NodeSet |
ExsltCommon.distinct(ExpressionContext myContext,
NodeIterator ni)
|
static boolean |
ExsltCommon.hasSameNodes(NodeIterator ni1,
NodeIterator ni2)
|
static java.lang.String |
ExsltMath.max(ExpressionContext expCon,
NodeIterator ni)
The math:max function returns the maximum value of the nodes passed as the argument. |
static java.lang.String |
ExsltMath.min(ExpressionContext expCon,
NodeIterator ni)
The math:min function returns the minimum value of the nodes passed as the argument. |
static NodeSet |
ExsltMath.highest(ExpressionContext expCon,
NodeIterator ni)
The math:highest function returns the nodes in the node set whose value is the maximum value for the node set. |
static NodeSet |
ExsltMath.lowest(ExpressionContext expCon,
NodeIterator ni)
The math:lowest function returns the nodes in the node set whose value is the minimum value for the node set. |
static NodeSet |
ExsltSets.leading(NodeIterator ni1,
NodeIterator ni2)
The set:leading function returns the nodes in the node set passed as the first argument that precede, in document order, the first node in the node set passed as the second argument. |
static NodeSet |
ExsltSets.trailing(NodeIterator ni1,
NodeIterator ni2)
The set:trailing function returns the nodes in the node set passed as the first argument that follow, in document order, the first node in the node set passed as the second argument. |
static NodeSet |
ExsltSets.intersection(NodeIterator ni1,
NodeIterator ni2)
The set:intersection function returns a node set comprising the nodes that are within both the node sets passed as arguments to it. |
static NodeSet |
ExsltSets.difference(NodeIterator ni1,
NodeIterator ni2)
The set:difference function returns the difference between two node sets - those nodes that are in the node set passed as the first argument that are not in the node set passed as the second argument. |
static NodeSet |
ExsltSets.distinct(ExpressionContext myContext,
NodeIterator ni)
The set:distinct function returns a subset of the nodes contained in the node-set NS passed as the first argument. |
static boolean |
ExsltSets.hasSameNode(NodeIterator ni1,
NodeIterator ni2)
The set:has-same-node function returns true if the node set passed as the first argument shares any nodes with the node set passed as the second argument. |
Uses of NodeIterator in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer that return NodeIterator | |
NodeIterator |
ResultTreeHandler.getContextNodeList()
Get the current context node list. |
NodeIterator |
TransformState.getContextNodeList()
Get the current context node list. |
Uses of NodeIterator in org.apache.xml.dtm.ref |
Classes in org.apache.xml.dtm.ref that implement NodeIterator | |
class |
DTMNodeIterator
DTMNodeIterator gives us an implementation of the
DTMNodeIterator which returns DOM nodes. |
Uses of NodeIterator in org.apache.xpath |
Classes in org.apache.xpath that implement NodeIterator | |
class |
NodeSet
**For advanced use only** |
Methods in org.apache.xpath that return NodeIterator | |
static NodeIterator |
XPathAPI.selectNodeIterator(Node contextNode,
java.lang.String str)
Use an XPath string to select a nodelist. |
static NodeIterator |
XPathAPI.selectNodeIterator(Node contextNode,
java.lang.String str,
Node namespaceNode)
Use an XPath string to select a nodelist. |
NodeIterator |
XPathContext.XPathExpressionContext.getContextNodes()
Get the current context node list. |
NodeIterator |
CachedXPathAPI.selectNodeIterator(Node contextNode,
java.lang.String str)
Use an XPath string to select a nodelist. |
NodeIterator |
CachedXPathAPI.selectNodeIterator(Node contextNode,
java.lang.String str,
Node namespaceNode)
Use an XPath string to select a nodelist. |
NodeIterator |
NodeSet.cloneWithReset()
Get a cloned Iterator, and reset its state to the beginning of the iteration. |
Methods in org.apache.xpath with parameters of type NodeIterator | |
void |
NodeSet.addNodes(NodeIterator iterator)
Copy NodeList members into this nodelist, adding in document order. |
void |
NodeSet.addNodesInDocOrder(NodeIterator iterator,
XPathContext support)
Copy NodeList members into this nodelist, adding in document order. |
Constructors in org.apache.xpath with parameters of type NodeIterator | |
NodeSetDTM.NodeSetDTM(NodeIterator iterator,
XPathContext xctxt)
Create a NodeSetDTM, and copy the members of the given DTMIterator into it. |
|
NodeSet.NodeSet(NodeIterator ni)
Create a NodeSet, and copy the members of the given NodeIterator into it. |
Uses of NodeIterator in org.apache.xpath.axes |
Methods in org.apache.xpath.axes that return NodeIterator | |
NodeIterator |
ContextNodeList.cloneWithReset()
Get a cloned Iterator that is reset to the start of the iteration. |
Uses of NodeIterator in org.apache.xpath.objects |
Methods in org.apache.xpath.objects that return NodeIterator | |
NodeIterator |
XObject.nodeset()
Cast result object to a nodelist. |
NodeIterator |
XNodeSet.nodeset()
Cast result object to a nodelist. |
NodeIterator |
XNodeSetForDOM.nodeset()
Cast result object to a nodelist. |
Constructors in org.apache.xpath.objects with parameters of type NodeIterator | |
XNodeSetForDOM.XNodeSetForDOM(NodeIterator nodeIter,
XPathContext xctxt)
|
Uses of NodeIterator in org.w3c.dom.traversal |
Methods in org.w3c.dom.traversal that return NodeIterator | |
NodeIterator |
DocumentTraversal.createNodeIterator(Node root,
int whatToShow,
NodeFilter filter,
boolean entityReferenceExpansion)
Create a new NodeIterator over the subtree rooted at the
specified node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |