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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltSets.java179 * The set:distinct function returns a subset of the nodes contained in the node-set NS passed
184 * @return a NodeList with nodes from nl containing distinct string values.
190 public static NodeList distinct(NodeList nl) method in class:ExsltSets
H A DExtensions.java170 * Returns node-set containing distinct string values.
173 * @return a NodeList with nodes from nl containing distinct string values.
181 public static NodeList distinct(NodeList nl) method in class:Extensions
183 return ExsltSets.distinct(nl);

Completed in 29 milliseconds