Searched
full:xpath (Results
376 -
400 of
595) sorted by null
<<11121314151617181920>>
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/ |
XMPPathSegment.java | 10 package com.adobe.xmp.impl.xpath;
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Templates.java | 68 * so that they remain valid XPath values.</p>
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathException.java | 21 package org.apache.xpath; 29 * XPath classes will throw in case of an error. This class
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathPredicate.cpp | 38 namespace XPath { 243 // This is not only an optimization, http://www.w3.org/TR/xpath
|
/external/chromium_org/third_party/libxml/ |
libxml.gyp | 122 'src/include/libxml/xpath.h', 179 'src/xpath.c',
|
/external/chromium_org/third_party/libxslt/libxslt/ |
extra.c | 122 * @ctxt: the XPath Parser context 162 * @ctxt: the XPath Parser context
|
xsltInternals.h | 18 #include <libxml/xpath.h> 112 * compilation of XPath expressions. 755 xmlXPathCompExprPtr comp; /* a precompiled XPath expression */ 816 xmlXPathCompExprPtr comp; /* a precompiled XPath expression */ 845 xmlXPathCompExprPtr comp; /* a precompiled XPath expression */ 1058 xmlXPathCompExprPtr comp; /* a precompiled XPath expression */ [all...] |
/libcore/luni/src/main/java/javax/xml/datatype/ |
DatatypeConstants.java | 249 * <p>Fully qualified name for XQuery 1.0 and XPath 2.0 datatype <code>dayTimeDuration</code>.</p> 254 * <p>Fully qualified name for XQuery 1.0 and XPath 2.0 datatype <code>yearMonthDuration</code>.</p>
|
/prebuilts/gradle-plugin/com/android/tools/common/22.5.1/ |
common-22.5.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/22.5.3/ |
common-22.5.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/22.7.0/ |
common-22.7.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/22.7.1/ |
common-22.7.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/22.7.3/ |
common-22.7.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/22.8.0/ |
common-22.8.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/22.9.2/ |
common-22.9.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/23.0.1/ |
common-23.0.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/23.0.2/ |
common-23.0.2.jar | |
/external/chromium_org/chrome/test/chromedriver/ |
window_commands.cc | 313 "function(xpath) {" 314 " return document.evaluate(xpath, document, null, " 317 std::string xpath = "(/html/body//iframe|/html/frameset/frame)"; local 321 xpath += base::StringPrintf( 324 xpath += base::StringPrintf("[%d]", id_int + 1); 328 args.Append(new base::StringValue(xpath));
|
/external/chromium_org/third_party/libxslt/libexslt/ |
functions.c | 13 #include <libxml/xpath.h> 272 * @ctxt: an XPath parser context 337 * The original library code did not evaluate XPath expressions until 340 * XPath expressions within parameters now takes place as soon as the 345 * in reverse order (held on the XPath context variable stack). To 346 * accomplish what is required, I have added code to pop the XPath
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | 39 import org.apache.xpath.XPath; 741 * an XPath value. 749 * @return an XPath object that may be used for evaluation. 763 XPath expr = handler.createXPath(value, owner); 819 * an XPath match pattern value. 827 * @return An XPath pattern that may be used to evaluate the XPath. 841 XPath pattern = handler.createMatchPatternXPath(value, owner); [all...] |
/prebuilts/tools/common/m2/repository/jdom/jdom/1.0/ |
jdom-1.0.jar | |
/external/chromium_org/third_party/libxml/src/ |
schematron.c | 32 #include <libxml/xpath.h> 191 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */ 610 xmlSchematronPErrMemory(NULL, "allocating schema parser XPath context", 651 xmlSchematronPErrMemory(NULL, "allocating schema parser XPath context", 691 xmlSchematronPErrMemory(NULL, "allocating schema parser XPath context", [all...] |
/external/libxml2/ |
schematron.c | 32 #include <libxml/xpath.h> 191 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */ 610 xmlSchematronPErrMemory(NULL, "allocating schema parser XPath context", 651 xmlSchematronPErrMemory(NULL, "allocating schema parser XPath context", 691 xmlSchematronPErrMemory(NULL, "allocating schema parser XPath context", [all...] |
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/ |
hamcrest-library-1.3.jar | |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
NodeSequence.java | 21 package org.apache.xpath.axes; 30 import org.apache.xpath.NodeSetDTM; 31 import org.apache.xpath.XPathContext; 32 import org.apache.xpath.objects.XObject; 706 * @see org.apache.xpath.Expression#fixupVariables(Vector, int)
|
Completed in 319 milliseconds
<<11121314151617181920>>