Searched refs:nodeset (Results 1 - 9 of 9) sorted by relevance
/external/libxml2/doc/tutorial/ |
H A D | includexpath.c | 48 xmlNodeSetPtr nodeset; 62 nodeset = result->nodesetval; 63 for (i=0; i < nodeset->nodeNr; i++) { 64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
H A D | XNodeSetForDOM.java | 107 public NodeIterator nodeset() throws javax.xml.transform.TransformerException method in class:XNodeSetForDOM 110 ? (NodeIterator)m_origObj : super.nodeset();
|
H A D | XObject.java | 97 * 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...] |
H A D | XNodeSet.java | 34 * 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...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | CachedXPathAPI.java | 186 return list.nodeset();
|
H A D | XPathAPI.java | 131 return list.nodeset();
|
H A D | Expression.java | 205 * Tell if the expression is a nodeset expression. In other words, tell 207 * @return true if the expression can be represented as a nodeset. 215 * Return the first node out of the nodeset, if this expression is 216 * a nodeset expression. 218 * @return the first node out of the nodeset, or DTM.NULL. 283 XNodeSet nodeset = (XNodeSet)execute(xctxt); 284 return nodeset.iterRaw();
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
H A D | XPathExpressionImpl.java | 361 NodeIterator ni = resultObject.nodeset();
|
H A D | XPathImpl.java | 333 NodeIterator ni = resultObject.nodeset();
|
Completed in 995 milliseconds