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

/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSetForDOM.java107 public NodeIterator nodeset() throws javax.xml.transform.TransformerException method in class:XNodeSetForDOM
110 ? (NodeIterator)m_origObj : super.nodeset();
H A DXNodeSet.java34 * This class represents an XPath nodeset object, and is capable of
35 * converting the nodeset to other types, such as a string.
93 * nodeset to which random nodes may be added.
185 * @return True if there is a next node in the nodeset
196 * @return True if there is a next node in the nodeset
274 * @return the string conversion from the next node in the nodeset
304 // * @return the nodeset as a result tree fragment.
332 public NodeIterator nodeset() throws javax.xml.transform.TransformerException method in class:XNodeSet
383 * @return The nodeset as a nodelist
423 * @return The nodeset a
[all...]
H A DXObject.java97 * Calling this with a value of false on a XNodeSet will cause the nodeset
276 * @return True if there is a next node in the nodeset
436 public NodeIterator nodeset() throws javax.xml.transform.TransformerException method in class:XObject
542 // nodeset comparisons, we always call the
543 // nodeset function. Because the arguments
566 // nodeset comparisons, we always call the
567 // nodeset function. Because the arguments
590 // nodeset comparisons, we always call the
591 // nodeset function. Because the arguments
614 // nodeset comparison
[all...]
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddynamic.c100 xmlNodeSetPtr nodeset = NULL; local
121 nodeset = xmlXPathPopNodeSet(ctxt);
127 if (nodeset != NULL)
128 xmlXPathFreeNodeSet(nodeset);
164 if (nodeset && nodeset->nodeNr > 0) {
165 xmlXPathNodeSetSort(nodeset);
166 ctxt->context->contextSize = nodeset->nodeNr;
168 for (i = 0; i < nodeset->nodeNr; i++) {
172 ctxt->context->node = nodeset
[all...]

Completed in 131 milliseconds