Searched defs:usedrefs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncId.java51 * @param usedrefs List of references for which nodes were found.
55 * @return The usedrefs value.
58 String refval, StringVector usedrefs,
75 if ((null != usedrefs) && usedrefs.contains(ref))
89 if (null == usedrefs)
90 usedrefs = new StringVector();
92 usedrefs.addElement(ref);
97 return usedrefs;
126 StringVector usedrefs
57 getNodesByID(XPathContext xctxt, int docContext, String refval, StringVector usedrefs, NodeSetDTM nodeSet, boolean mayBeMore) argument
[all...]

Completed in 41 milliseconds