Lines Matching refs:node

32  * can serve both single node iteration and random access.</p>
46 * TreeWalker's "current node" semantics. However, since the base DTM
59 * Accept the node.
64 * Reject the node. Same behavior as FILTER_SKIP. (In the DOM these
71 * Skip this single node.
76 * Get an instance of a DTM that "owns" a node handle. Since a node
87 * Get an instance of the DTMManager. Since a node
96 * The root node of the <code>DTMIterator</code>, as specified when it
97 * was created. Note the root node is not the root node of the
98 * document tree, but the context node from where the iteration
101 * @return nodeHandle int Handle of the context node.
106 * Reset the root node of the <code>DTMIterator</code>, overriding
107 * the value specified when it was created. Note the root node is
108 * not the root node of the document tree, but the context node from
111 * @param nodeHandle int Handle of the context node.
115 * <li>a node (the context node... same value as "root" defined below) </li>
129 * Reset the iterator to the start. After resetting, the next node returned
130 * will be the root node -- or, if that's filtered out, the first node
136 * This attribute determines which node types are presented via the
153 * expanded and does not expose the entity reference node itself, use
154 * the <code>whatToShow</code> flags to hide the entity reference node
158 * to show the entity reference node and set
169 * Returns the next node in the set and advances the position of the
172 * is rejected by the filters) the first node within its subtree which is
174 * @return The next node handle in the set being iterated over, or
180 * Returns the previous node in the set and moves the position of the
182 * @return The previous node handle in the set being iterated over,
205 * Get the current node in the iterator. Note that this differs from
209 * @return The current node handle, or -1.
216 * first node in the set.
238 * the <code>setItem(int node, int index)</code> method.
266 * Set the current position in the node set.
273 * Returns the <code>node handle</code> of an item in the collection. If
278 * @return The node handle at the <code>index</code>th position in the
285 * Sets the node at the specified index of this vector to be the
286 * specified node. The previous component at that position is discarded.
294 * @param node Node to set
295 * @param index Index of where to set the node
297 public void setItem(int node, int index);
300 * The number of nodes in the list. The range of valid child node indices