/external/chromium_org/third_party/libxslt/libxslt/ |
variables.c | 22 #include <libxml/xpath.h> 232 * @obj: an XPath object to be inspected for result tree fragments 255 * fragments were created, then we don't need to analyse the XPath 268 * The XPath module sets the owner element of a ns-node on 791 * Returns the XPath Object value or NULL in case of error 811 * context (of XSLT and XPath) need to be temporarily adjusted and 849 * Get rid of this somehow in xpath.c. 1015 * Returns the XPath Object value or NULL in case of error [all...] |
xsltutils.h | 19 #include <libxml/xpath.h> 240 * XPath interface
|
/external/doclava/src/com/google/doclava/ |
PageMetadata.java | 44 import javax.xml.xpath.XPath; 45 import javax.xml.xpath.XPathConstants; 46 import javax.xml.xpath.XPathExpression; 47 import javax.xml.xpath.XPathFactory; 175 XPath xpath = xpathFac.newXPath(); local 189 XPathExpression ItempropDescExpr = xpath.compile("/descendant-or-self::*" 200 XPathExpression FirstParaExpr = xpath.compile("//p[not(../../../" 226 XPathExpression ItempropImageExpr = xpath.compile("//*[@itemprop='image']/@src") [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionsTable.java | 29 import org.apache.xpath.XPathProcessorException; 30 import org.apache.xpath.functions.FuncExtFunction;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMAxisIterNodeList.java | 35 * told that some of the XPath/XSLT folks say they must have this 49 * <li>Since the whole XPath/XSLT architecture assumes that the source
|
DTMChildIterNodeList.java | 32 * told that some of the XPath/XSLT folks say they must have this 46 * <li>Since the whole XPath/XSLT architecture assumes that the source
|
DTMNodeList.java | 33 * told that some of the XPath/XSLT folks say they must have this 47 * <li>Since the whole XPath/XSLT architecture assumes that the source
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
Arg.java | 21 package org.apache.xpath; 24 import org.apache.xpath.objects.XObject;
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkingIteratorSorted.java | 21 package org.apache.xpath.axes; 25 import org.apache.xpath.compiler.Compiler;
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XStringForChars.java | 21 package org.apache.xpath.objects; 25 import org.apache.xpath.res.XPATHErrorResources;
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathPath.cpp | 37 namespace XPath { 112 // http://www.w3.org/TR/xpath/
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-dom-results | 53 {"name" => "DOM Level 3 XPath (svg)", "directory" => "dom/svg/level3/xpath"});
|
/external/chromium_org/third_party/libxml/ |
BUILD.gn | 79 "src/include/libxml/xpath.h", 136 "src/xpath.c",
|
/external/chromium_org/third_party/libxml/src/ |
libxml.spec.in | 18 In this case one can use the built-in XPath and XPointer implementation 37 In this case one can use the built-in XPath and XPointer implementation
|
libxml2.spec | 18 In this case one can use the built-in XPath and XPointer implementation 37 In this case one can use the built-in XPath and XPointer implementation
|
TODO | 50 xmlIO.o, and xpath.o. 125 - Finish XPath 228 - Most of XPath, still see some troubles and occasionnal memleaks. 230 a shell like interface, and using XPath for the anming syntax 238 - Use it for XPath ID support
|
runsuite.c | 30 #include <libxml/xpath.h> 250 getNext(xmlNodePtr cur, const char *xpath) { 255 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL)) 259 comp = xmlXPathCompile(BAD_CAST xpath); 261 fprintf(stderr, "Failed to compile %s\n", xpath); 278 getString(xmlNodePtr cur, const char *xpath) { 283 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL)) 287 comp = xmlXPathCompile(BAD_CAST xpath); 289 fprintf(stderr, "Failed to compile %s\n", xpath); 1182 fprintf(stderr, "runsuite requires support for schemas and xpath in libxml2\n") [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
feedWatch.emf.properties | 42 # -xpath "/*[name() = 'feed']/*[name() = 'updated']/text()" 80 # XPATH EXAMPLES - SAMPLE NODES TO WATCH FOR CHANGES
|
feedWatch.uml2.properties | 39 # -xpath "/*[name() = 'feed']/*[name() = 'updated']/text()" 77 ## XPATH EXAMPLES - SAMPLE NODES TO WATCH FOR CHANGES
|
/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\!
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
packages_index_additions.html | 63 <A HREF="changes-summary.html#javax.xml.xpath" class="hiddenlink" target="rightframe"><b>javax.xml.xpath</b></A><br>
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestDocumentBuilderFactory.java | 67 * Creates XPath evaluator 75 return getFeatureMethod.invoke(doc, new Object[] {"XPath", null});
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTM.java | 50 * is that of XPath 1.0, for the moment. The model will eventually be 51 * adapted to match the XPath 2.0 data model, XML Schema, and 194 * XPath axis, though not in document order. 204 * XPath axes. 215 * Get an iterator that can navigate over an XPath Axis, predicated by 389 * (see http://www.w3.org/TR/xpath#data-model 401 * (see http://www.w3.org/TR/xpath#data-model 414 * (see http://www.w3.org/TR/xpath#data-model 480 * Given a node handle, return the XPath node name. This should be 481 * the name as described by the XPath data model, NOT the DOM-styl [all...] |
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 53 * <p>A XPath-like selection pattern is used to select some nodes in the XML document. Each such 56 * Each row is then populated with columns that are also defined as XPath-like projections. These 130 * - Expand XPath-like syntax to allow for [nb] child number selector 131 * - Address the starting . bug in AbstractCursor which prevents a true XPath syntax. 371 // Conforms to XPath standard: reference to local context starts with a .
|
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/ |
hamcrest-library-1.1.jar | |