HomeSort by relevance Sort by last modified time
    Searched refs:XPath (Results 76 - 83 of 83) sorted by null

1 2 34

  /external/webkit/WebCore/xml/
XPathStep.cpp 31 #if ENABLE(XPATH)
42 namespace XPath {
176 // In XPath land, namespace nodes are not accessible on the attribute axis.
241 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children.
249 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children.
339 if (n && n->namespaceURI() != XMLNSNames::xmlnsNamespaceURI) { // In XPath land, namespace nodes are not accessible on the attribute axis.
358 // XPath namespace nodes are not implemented yet.
367 if (context->isAttributeNode()) // In XPath model, attribute nodes do not have children.
398 #endif // ENABLE(XPATH)
XPathFunctions.cpp 31 #if ENABLE(XPATH)
43 namespace XPath {
368 // The local part of an XPath expanded-name matches DOM local name for most node types, except for namespace nodes and processing instruction nodes.
733 #endif // ENABLE(XPATH)
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 55 import javax.xml.xpath.XPath;
56 import javax.xml.xpath.XPathExpressionException;
470 XPath xpath = AndroidXPathFactory.newXPath(); local
474 packageName = xpath.evaluate("/manifest/@package",
480 activityName = xpath.evaluate("/manifest/application/activity[1]/@android:name",
482 // xpath will return empty string when there's no match
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 23 XPath: !!document.evaluate,
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1504 milliseconds

1 2 34