Lines Matching refs:node

45  * as each node is iterated via nextNode(), the node is also stored
153 * a node (the context node... same value as "root" defined below)
170 * Get an instance of a DTM that "owns" a node handle. Since a node
185 * Get an instance of the DTMManager. Since a node
200 * query from the current context node is performed.
243 int node = clone.nextNode();
244 DTM dtm = clone.getDTM(node);
247 if(node != DTM.NULL)
249 dtm.dispatchCharactersEvents(node, handler, false);
258 * @param contextNode The node that "." expresses.
288 * Return the first node out of the nodeset, if this expression is
293 * @return the first node out of the nodeset, or DTM.NULL.
389 * node position to fetch.
403 * node position to fetch.
425 * the <code>setItem(int node, int index)</code> method.
435 * Set the current position in the node set.
446 * Increment the current position in the node set.
475 * @return The node at the <code>index</code> th position in the
486 * Sets the node at the specified index of this vector to be the
487 * specified node. The previous component at that position is discarded.
495 * @param node Node to set
496 * @param index Index of where to set the node
498 public void setItem(int node, int index)
504 * The number of nodes in the list. The range of valid child node indices
545 // context node list, NOT if we are a context list. See pos68 test,
572 * first node in the set.
582 * Returns the previous node in the set and moves the position of the
590 XSLMessages.createXPATHMessage(XPATHErrorResources.ER_NODESETDTM_CANNOT_ITERATE, null)); //"This NodeSetDTM can not iterate to a previous node!");
594 * This attribute determines which node types are presented via the
627 * The root node of the Iterator, as specified when it was created.
630 * is the node context for this iterator.
642 * expanded and does not expose the entity reference node itself, use the
643 * whatToShow flags to hide the entity reference node and set
646 * expansion, use the whatToShow flags to show the entity reference node
734 // * @return A clone of this iterator that holds the same node position.
747 * Returns the next node in the set and advances the position of the
749 * to nextNode() returns the first node in the set.
756 * Bottleneck the return of a next node, to make returns
759 * @param nextNode The next node found, may be null.
761 * @return The same node that was passed as an argument.
780 * Return the last fetched node. Needed to support the UnionPathIterator.
782 * @return The last fetched node, or null if the last fetch was null.
821 * Tells if we've found the last node yet.
842 * The node context for the iterator.
844 * @return The node context, same as getRoot().
852 * The node context from where the expression is being
855 * @return The top-level node context of the entire expression.
863 * Set the current context node for this iterator.
865 * @param n Must be a non-null reference to the node context.
873 // * Set the current context node for this iterator.
875 // * @param n Must be a non-null reference to the node context.
942 * The dtm of the context node. Careful about using this... it may not
943 * be the dtm of the current node.
960 /** The last node that was fetched, usually by nextNode. */
964 * The context node for this iterator, which doesn't change through
970 * The node context from where the expression is being
978 * The current position of the context node.