/external/apache-xml/src/main/java/org/apache/xpath/ |
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();
|
XPathAPI.java | 131 return list.nodeset();
|
/external/llvm/include/llvm/CodeGen/ |
RegAllocPBQP.h | 499 NodeSet::iterator NItr = OptimallyReducibleNodes.begin(); 521 NodeSet::iterator NItr = ConservativelyAllocatableNodes.begin(); 528 NodeSet::iterator NItr = 558 typedef std::set<NodeId> NodeSet; 559 NodeSet OptimallyReducibleNodes; 560 NodeSet ConservativelyAllocatableNodes; 561 NodeSet NotProvablyAllocatableNodes;
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
DescendantIterator.java | 286 * Return the first node out of the nodeset, if this expression is 287 * a nodeset expression. This is the default implementation for 291 * @return the first node out of the nodeset, or DTM.NULL.
|
NodeSequence.java | 198 * nodeset to which random nodes may be added. 403 * Calling this with a value of false will cause the nodeset 601 // If this NodeSequence wraps a mutable nodeset, then 602 // m_last will not reflect the size of the nodeset if
|
LocPathIterator.java | 276 * Tell if the expression is a nodeset expression. 278 * @return true if the expression can be represented as a nodeset. 286 * Return the first node out of the nodeset, if this expression is 287 * a nodeset expression. This is the default implementation for 291 * @return the first node out of the nodeset, or DTM.NULL.
|
/external/libxml2/doc/tutorial/ |
ar01s05.html | 43 <a name="conodesetcounter"></a><img src="images/callouts/1.png" alt="1" border="0">for (i=0; i < nodeset->nodeNr; i++) { 44 <a name="coprintkeywords"></a><img src="images/callouts/2.png" alt="2" border="0">keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1); 49 </p><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><a href="#conodesetcounter"><img src="images/callouts/1.png" alt="1" border="0"></a> </td><td valign="top" align="left"><p>The value of <tt class="varname">nodeset->Nr</tt> holds the number of
|
xmltutorial.xml | 405 <co id="conodesetcounter" />for (i=0; i < nodeset->nodeNr; i++) { 406 <co id="coprintkeywords" />keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1); 413 <para>The value of <varname>nodeset->Nr</varname> holds the number of
|
/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();
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XRTreeFrag.java | 264 // nodeset comparisons, we always call the 265 // nodeset function.
|
XNumber.java | 397 // nodeset comparisons, we always call the 398 // nodeset function.
|
XString.java | 295 // nodeset comparisons, we always call the 296 // nodeset function. 383 // nodeset comparisons, we always call the 384 // nodeset function. [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 195 * will be sent to the error listener, and an empty nodeset will be returned. 200 * @return The evaluated variable, or an empty nodeset if not found.
|
/external/libxml2/ |
xpath.c | 73 * nodeset as this is a great improvement over the old Shell sort [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeProxy.java | 27 import org.apache.xpath.NodeSet; 764 NodeSet nodeSet = new NodeSet(size); 767 nodeSet.addNode((Node) listVector.elementAt(i)); 769 return (NodeList) nodeSet; 889 NodeSet nodeSet = new NodeSet(size); 892 nodeSet.addNode((Node)listVector.elementAt(i)) [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
FuncKey.java | 78 // Don't bother with nodeset logic if the thing is only one node.
|
/external/apache-xml/src/main/java/org/apache/xpath/res/ |
XPATHErrorResources.java | 245 /** This NodeSet can not iterate to a previous node! */ 251 /** This NodeSet can not do indexing or counting functions! */ 566 "This NodeSet is not mutable"}, 633 "This NodeSet can not iterate to a previous node!"}, 639 "This NodeSet can not do indexing or counting functions!"}, [all...] |
/external/libxml2/python/ |
libxml.c | [all...] |
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPath.java | 194 * {@link XPathConstants#NODESET NODESET})
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyTable.java | 252 // in each nodeset. We use nodes.nextNode after each entry so we can
|
/libcore/luni/src/test/java/libcore/xml/ |
JaxenXPathTestSuite.java | 189 select, contextNode, XPathConstants.NODESET);
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpCodes.java | 383 /** The last opcode for stuff that can be a nodeset. */
|
/external/doclava/src/com/google/doclava/ |
PageMetadata.java | 231 XPathConstants.NODESET); 242 nodes = (org.w3c.dom.NodeList) FirstParaExpr.evaluate(htmlNode, XPathConstants.NODESET); 267 XPathConstants.NODESET); 273 imgNodes = (org.w3c.dom.NodeList) FirstImgExpr.evaluate(htmlNode, XPathConstants.NODESET); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
RSSFeedUpdateEntryTask.java | 301 Object o = xp.evaluate(xpath, document, XPathConstants.NODESET);
|