/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemElement.java | 30 import org.apache.xpath.XPathContext;
|
ElemExtensionCall.java | 30 import org.apache.xpath.XPathContext;
|
ElemTemplateElement.java | 37 import org.apache.xpath.ExpressionNode; 38 import org.apache.xpath.WhitespaceStrippingElementMatcher; [all...] |
/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
|
NodeSetDTM.java | 21 package org.apache.xpath; 29 import org.apache.xpath.res.XPATHErrorResources; 232 * @param context The XPath runtime context for this 293 * no equivalent in the XPath data model. 671 // * @param support The XPath runtime context. 699 * @param support The XPath runtime context. 725 // * @param support The XPath runtime context. 787 * @param support The XPath runtime context. 861 * @param support The XPath runtime context. [all...] |
NodeSet.java | 21 package org.apache.xpath; 25 import org.apache.xpath.axes.ContextNodeList; 26 import org.apache.xpath.res.XPATHErrorResources; 180 * no equivalent in the XPath data model. 512 * @param support The XPath runtime context. 540 * @param support The XPath runtime context. 565 * @param support The XPath runtime context. 627 * @param support The XPath runtime context. 700 * @param support The XPath runtime context. [all...] |
SourceTreeManager.java | 21 package org.apache.xpath;
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Keywords.java | 21 package org.apache.xpath.compiler;
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
debugXML.h | 19 #include <libxml/xpath.h>
|
/external/chromium_org/third_party/libxml/src/ |
testXPath.c | 2 * testXPath.c : a small tester program for XPath. 31 #include <libxml/xpath.h> 200 printf("\tParse the XPath strings and output the result of the parsing\n"); 206 printf("\t--expr : debug XPath expressions only\n"); 207 printf("\t--tree : show the compiled XPath tree\n"); 224 printf("%s : XPath/Debug support not compiled in\n", argv[0]);
|
/external/chromium_org/third_party/libxslt/libexslt/ |
saxon.c | 11 #include <libxml/xpath.h> 56 * @ctxt: an XPath parser context 59 * The supplied string must contain an XPath expression. The result of 105 "{%s}:%s: argument is not an XPath expression\n", 119 * @ctxt: an XPath parser context 156 * @ctxt: an XPath parser context 161 * The supplied string must contain an XPath expression. The result of 162 * the function is the result of evaluating the XPath expression. This 184 * @ctxt: an XPath parser context
|
dynamic.c | 33 #include <libxml/xpath.h> 45 * @ctxt: an XPath parser context 48 * Evaluates the string as an XPath expression and returns the result 88 * @ctxt: an XPath parser context 91 * Evaluates the string as an XPath expression and returns the result 260 /* restore the xpath context */
|
/external/chromium_org/third_party/libxslt/libxslt/ |
extensions.h | 14 #include <libxml/xpath.h>
|
/external/libxml2/include/libxml/ |
debugXML.h | 19 #include <libxml/xpath.h>
|
/external/libxslt/libxslt/ |
extensions.h | 14 #include <libxml/xpath.h>
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XStringForFSB.java | 21 package org.apache.xpath.objects; 28 import org.apache.xpath.res.XPATHErrorResources; 955 // The following are permitted in the Double.valueOf, but not by the XPath spec:
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
messages.properties | 20 RSSFeedCommon.XpathError=Error: no xpath string to search for, eg., /*/*[name() = 'entry'][1]/*[name() = 'updated']/text() 50 RSSFeedUpdateEntryTask.XpathNodeNotFound=Xpath Node Not Found\!
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexAntTasks.jar | |
/prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/ |
dom4j-1.6.1.jar | |
/external/chromium_org/third_party/libxml/src/win32/ |
Makefile | 141 $(XML_INTDIR)\xpath.obj\ 186 $(XML_INTDIR_A)\xpath.obj\ 231 $(XML_INTDIR_A_DLL)\xpath.obj\ 408 @echo ## XPath regression tests 414 @for %%I in ($(XML_SRCDIR)\test\XPath\expr\*.*) do @( \ 415 @IF NOT EXIST $(XML_SRCDIR)\result\XPath\expr\%%~nxI ( \ 418 $(BINDIR)\testXPath.exe -f --expr %%I > $(XML_SRCDIR)/result/XPath/expr/%%~nxI &&\ 422 fc $(XML_SRCDIR)\result\XPath\expr\%%~nxI result.%%~nxI >nul &\ 428 @for %%I in ($(XML_SRCDIR)\test\XPath\docs\*.*) do @( \ 429 for %%J in ($(XML_SRCDIR)\test\XPath\tests\%%~nxI*.*) do @( [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | 85 import org.apache.xpath.Arg; 86 import org.apache.xpath.ExtensionsProvider; 87 import org.apache.xpath.VariableStack; 88 import org.apache.xpath.XPathContext; 89 import org.apache.xpath.functions.FuncExtFunction; 90 import org.apache.xpath.objects.XObject; 342 XPathContext xPath = new XPathContext(this); 343 xPath.setIncremental(m_incremental); 344 xPath.getDTMManager().setIncremental(m_incremental); 345 xPath.setSource_location(m_source_location) [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNormalizer.java | 24 import com.adobe.xmp.impl.xpath.XMPPath; 25 import com.adobe.xmp.impl.xpath.XMPPathParser;
|
/external/apache-xml/src/main/java/org/apache/xpath/res/ |
XPATHErrorResources.java | 21 package org.apache.xpath.res; 44 * This file contains error and warning messages related to XPath Error 73 * 7) XPath is a specification that describes a notation for identifying 75 * instance of that notation is referred to as an XPath expression. 78 * XPath expression is being evaluated. 299 /* Note to translators: The XPath expression cannot be evaluated with respect 306 //BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation 321 //END: Keys needed for exception messages of JAXP 1.3 XPath API implementation 461 "boolean(...) argument is no longer optional with 19990709 XPath draft."}, 488 "Error! Did not find xpath select expression (-select)."} [all...] |
/external/chromium_org/chrome/test/chromedriver/ |
window_commands.cc | 309 "function(xpath) {" 310 " return document.evaluate(xpath, document, null, " 313 std::string xpath = "(/html/body//iframe|/html/frameset/frame)"; local 317 xpath += base::StringPrintf( 320 xpath += base::StringPrintf("[%d]", id_int + 1); 324 args.Append(new base::StringValue(xpath));
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebFrame.h | 235 // Returns the child frame identified by the given xpath expression. 236 virtual WebFrame* findChildByExpression(const WebString& xpath) const = 0;
|