HomeSort by relevance Sort by last modified time
    Searched refs:nodeset (Results 1 - 9 of 9) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSetForDOM.java 107 public NodeIterator nodeset() throws javax.xml.transform.TransformerException method in class:XNodeSetForDOM
110 ? (NodeIterator)m_origObj : super.nodeset();
XObject.java 97 * Calling this with a value of false on a XNodeSet will cause the nodeset
198 /** Constant for NODESET object type */
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
    [all...]
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.
58 final XNodeSet nodeSet = (XNodeSet) val;
59 setIter(nodeSet.m_iter);
60 m_dtmMgr = nodeSet.m_dtmMgr;
61 m_last = nodeSet.m_last;
64 if(!nodeSet.hasCache())
65 nodeSet.setShouldCacheNodes(true);
68 setObject(nodeSet.getIteratorCache());
93 * nodeset to which random nodes may be added
332 public NodeIterator nodeset() throws javax.xml.transform.TransformerException method in class:XNodeSet
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java 186 return list.nodeset();
XPathAPI.java 131 return list.nodeset();
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); local
284 return nodeset.iterRaw();
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 334 ( returnType.equals( XPathConstants.NODESET ) ) ) {
355 // XPathConstants.NODESET ---ORdered, UNOrdered???
356 if ( returnType.equals( XPathConstants.NODESET ) ) {
361 NodeIterator ni = resultObject.nodeset();
XPathImpl.java 237 * {@link XPathConstants#NODESET NODESET})
306 ( returnType.equals( XPathConstants.NODESET ) ) ) {
327 // XPathConstants.NODESET ---ORdered, UNOrdered???
328 if ( returnType.equals( XPathConstants.NODESET ) ) {
333 NodeIterator ni = resultObject.nodeset();
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 526 milliseconds