Lines Matching defs:id

73      * id() function.
133 * This method must be called by the code generated by the id() function
135 * id() differ in the way the lookup value can be whitespace separated
136 * list of tokens for the id() function, but a single string for the
168 * Return an IntegerArray for the DOM Node which has the given id.
170 * @param id The id
171 * @return A IntegerArray representing the Node whose id is the given value.
173 public IntegerArray getDOMNodeById(String id) {
177 int ident = _enhancedDOM.getElementById(id);
187 nodes = (IntegerArray) index.get(id);
192 index.put(id, nodes);
229 * Given a context node and the argument to the XPath <code>id</code>
231 * results from that reference to the <code>id</code> function. This is
232 * used in the implementation of <code>id</code> patterns.
235 * @param value The argument to the <code>id</code> function
237 * returned by the reference to the <code>id</code> function;
249 // Split argument to id function into XML whitespace separated tokens
273 // Didn't find the context node in the set of nodes returned by id
438 * XPath <code>id</code> function.
440 * @param keyValue A string or iterator representing the key values or id
444 * <code>id</code>
459 * XPath <code>id</code> function.
461 * @param keyValue A string representing the key values or id
465 * <code>id</code>
475 * XPath <code>id</code> function.
477 * @param keyValue An iterator representing the key values or id
481 * <code>id</code>
496 * XSLT <code>key</code> function or the XPath <code>id</code> function.
502 * key value or to the <code>id</code> function that has only one string
511 * to the <code>id</code> function.</p>
521 * argument to the <code>id</code> function.</p>
531 * <code>id</code> function (<code>false</code>).
537 * argument to <code>id</code> for use as one heap node in a
564 * or string argument to the <code>id</code> function.
653 * <code>id</code> is not a node set.
655 * @param keyValue the argument to <code>key</code> or <code>id</code>
659 * <code>id</code>.
668 * <code>id</code> is a node set.
670 * @param keyValues the argument to <code>key</code> or <code>id</code>
673 * <code>id</code>.
681 * Retrieve nodes for a particular key value or a particular id
685 * @param keyValue The key value of id string argument value
695 // For id function, tokenize argument as whitespace separated
764 // If at most one key value or at most one string argument to id
799 * Evaluate the reference to the <code>key</code> or <code>id</code>
828 // and look up the nodes returned by key or id for that string