Lines Matching refs:node

146    *               in which case it is assumed that node construction will take
167 * Get an instance of a DTM that "owns" a node handle.
179 * Given a W3C DOM node, try and return a DTM handle.
182 * @param node Non-null reference to a DOM node.
186 public int getDTMHandleFromNode(org.w3c.dom.Node node)
188 return m_dtmManager.getDTMHandleFromNode(node);
274 * @param whatToShow This flag specifies which node types may appear in
293 * Create a new <code>DTMIterator</code> that holds exactly one node.
295 * @param node The node handle that the DTMIterator will iterate to.
299 public DTMIterator createDTMIterator(int node)
303 iter.setRoot(node, this);
305 // return m_dtmManager.createDTMIterator(node);
656 * The current context node list.
664 * Get the current context node list.
666 * @return the <a href="http://www.w3.org/TR/xslt#dt-current-node-list">current node list</a>,
667 * also refered to here as a <term>context node list</term>.
679 * Set the current context node list.
681 * @param nl the <a href="http://www.w3.org/TR/xslt#dt-current-node-list">current node list</a>,
682 * also refered to here as a <term>context node list</term>.
691 * Pop the current context node list.
708 /** The stack of <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a> objects.
709 * Not to be confused with the current node list. %REVIEW% Note that there
720 * Get the current context node.
722 * @return the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>.
730 * Set the current context node and expression node.
732 * @param cn the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>.
733 * @param en the sub-expression context node.
742 * Set the current context node.
751 * Push the current context node, expression node, and prefix resolver.
753 * @param cn the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>.
754 * @param en the sub-expression context node.
765 * Pop the current context node, expression node, and prefix resolver.
777 * Set the current context node.
779 * @param n the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>.
787 * Pop the current context node.
873 * Get the current node that is the expression's context (i.e. for current() support).
875 * @return The current sub-expression node.
883 * Set the current node that is the expression's context (i.e. for current() support).
885 * @param n The sub-expression node to be current.
893 * Pop the current node that is the expression's context
989 * @return the sub-context node list.
999 * Get the <a href="http://www.w3.org/TR/xslt#dt-current-node-list">current node list</a>
1002 * @return the <a href="http://www.w3.org/TR/xslt#dt-current-node-list">current node list</a>.
1016 * Get the current context node.
1017 * @return The current context node.
1025 * Get the current context node list.
1085 * Get the current context node.
1086 * @return The current context node.
1096 * Get the current context node list.
1128 * Get the value of a node as a number.
1142 * Get the value of a node as a string.