Searched refs:nodeset (Results 1 - 8 of 8) sorted by relevance

/dalvik/libcore/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 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...]
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...]
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
H A DCachedXPathAPI.java186 return list.nodeset();
H A DXPathAPI.java131 return list.nodeset();
H A DExpression.java205 * 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();
/dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathExpressionImpl.java361 NodeIterator ni = resultObject.nodeset();
H A DXPathImpl.java333 NodeIterator ni = resultObject.nodeset();

Completed in 100 milliseconds