OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nodeset
(Results
51 - 75
of
198
) sorted by null
1
2
3
4
5
6
7
8
/external/testng/src/main/java/org/testng/xml/dom/
DomUtil.java
105
// NodeList tests = (NodeList) expr.evaluate(m_document, XPathConstants.
NODESET
);
/external/libxml2/doc/devhelp/
libxml2-xpathInternals.html
[
all
...]
libxml2-xpath.html
[
all
...]
/external/libxml2/doc/html/
libxml-xpathInternals.html
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java
186
return list.
nodeset
();
/external/libxml2/doc/
xmllint.1
338
Run an XPath expression given as argument and print the result\&. In case of a
nodeset
result, each node in the node set is serialized in full in the output\&. In case of an empty node set the "XPath set is empty" result will be shown and an error exit code will be returned\&.
APIchunk4.html
281
</dd><dt>
NodeSet
</dt><dd><a href="html/libxml-xpath.html#xmlXPathFreeNodeSet">xmlXPathFreeNodeSet</a><br />
292
</dd><dt>
Nodeset
</dt><dd><a href="html/libxml-xpathInternals.html#xmlXPathNewNodeSetList">xmlXPathNewNodeSetList</a><br />
[
all
...]
xmllint.xml
536
result. In case of a
nodeset
result, each node in the
APIchunk20.html
172
</dd><dt>
nodeset
</dt><dd><a href="html/libxml-xpathInternals.html#xmlXPathNodeSetFreeNs">xmlXPathNodeSetFreeNs</a><br />
/external/libxml2/include/libxml/
xpathInternals.h
372
*
NodeSet
handling.
/external/libxml2/os400/libxmlrpg/
xpathInternals.rpgle
95
*
NodeSet
handling.
[
all
...]
/external/v8/src/compiler/
node.h
335
typedef ZoneSet<Node*>
NodeSet
;
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
LayoutFileParser.java
422
return toList((NodeList) expr.evaluate(doc, XPathConstants.
NODESET
));
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java
428
//
nodeset
comparisons, we always call the
429
//
nodeset
function.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java
598
Set<Element>
nodeSet
= new HashSet<Element>(elements);
602
boolean in =
nodeSet
.contains(node);
[
all
...]
/external/libxml2/
xpointer.c
917
* Move the current node of the
nodeset
on the stack to the
1157
* If the returned value is a non-empty
nodeset
[
all
...]
/prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar
/prebuilts/misc/common/android-support-test/espresso/
espresso-web-2.2.2-release-no-dep.jar
espresso-web-2.2.2-release.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
mmetrics-frames.xsl
65
<xsl:variable name="doctree" select="xalan:
nodeset
($doctree.var)"/>
554
<!-- xalan-
nodeset
:
nodeset
for Xalan 1.2.2 -->
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp
130
// Update which
NodeSet
is the current one.
/external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar
Completed in 737 milliseconds
1
2
3
4
5
6
7
8