HomeSort by relevance Sort by last modified time
    Searched full:xpath (Results 1 - 25 of 1233) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/test/c14n/exc-without-comments/
test-0.xpath 0 <XPath>
3 </XPath
test-1.xpath 0 <XPath>
3 </XPath
test-2.xpath 0 <XPath xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
6 </XPath
  /external/libxml2/test/c14n/without-comments/
test-3.xpath 0 <XPath>
3 </XPath
test-2.xpath 2 <XPath xmlns:n1="http://example.net" >
7 </XPath>
test-0.xpath 5 <!ENTITY xpath "http://www.w3.org/TR/1999/REC-xpath-19991116">
9 <XPath>
14 </XPath>
test-1.xpath 5 <!ENTITY xpath "http://www.w3.org/TR/1999/REC-xpath-19991116">
9 <XPath xmlns:dsig="&dsig;">
14 </XPath>
example-7.xpath 0 <XPath xmlns:ietf="http://www.ietf.org" >
10 </XPath
  /external/libxml2/test/scripts/
set3.script 2 xpath //*[namespace-uri()="bar"]
4 xpath //*[namespace-uri()="bar"]
set4.script 3 xpath //*[namespace-uri()="foo"]
  /external/parameter-framework/upstream/schemas/
ConfigurableDomains.xsd 9 <xs:selector xpath="ConfigurableElements/ConfigurableElement"/>
10 <xs:field xpath="@Path"/>
13 <xs:selector xpath="Settings/Configuration/ConfigurableElement"/>
14 <xs:field xpath="@Path"/>
17 <xs:selector xpath="Configurations/Configuration"/>
18 <xs:field xpath="@Name"/>
21 <xs:selector xpath="ConfigurableElements/ConfigurableElement/Configuration"/>
22 <xs:field xpath="@Name"/>
25 <xs:selector xpath="Settings/Configuration"/>
26 <xs:field xpath="@Name"/
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathAPI.java 21 package org.apache.xpath;
27 import org.apache.xpath.objects.XObject;
36 * low-level XPath API.
50 * @see <a href="http://www.w3.org/TR/xpath">XPath Specification</a>
56 * Use an XPath string to select a single node. XPath namespace
61 * @param str A valid XPath string.
62 * @return The first node found that matches the XPath, or null.
73 * Use an XPath string to select a single node
236 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); local
277 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); local
    [all...]
XPathFactory.java 21 package org.apache.xpath;
28 * Factory class for creating an XPath. Implementors of XPath derivatives
36 * Create an XPath.
38 * @param exprString The XPath expression string.
43 * @param type One of {@link org.apache.xpath.XPath#SELECT} or
44 * {@link org.apache.xpath.XPath#MATCH}.
46 * @return an XPath ready for execution
    [all...]
CachedXPathAPI.java 21 package org.apache.xpath;
27 import org.apache.xpath.objects.XObject;
36 * low-level XPath API.
55 * @see <a href="http://www.w3.org/TR/xpath">XPath Specification</a>
76 // variable resolution scopes. Sufficient for simple XPath 1.0 expressions.
111 * Use an XPath string to select a single node. XPath namespace
116 * @param str A valid XPath string.
117 * @return The first node found that matches the XPath, or null
288 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); local
329 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); local
    [all...]
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
HasXPath.java 12 import javax.xml.xpath.*;
14 import static javax.xml.xpath.XPathConstants.STRING;
19 * Applies a Matcher to a given XML Node in an existing XML Node tree, specified by an XPath expression.
34 * @param xPathExpression XPath expression.
35 * @param valueMatcher Matcher to use at given XPath.
36 * May be null to specify that the XPath must exist but the value is irrelevant.
43 * @param xPathExpression XPath expression.
44 * @param namespaceContext Resolves XML namespace prefixes in the XPath expression
45 * @param valueMatcher Matcher to use at given XPath.
46 * May be null to specify that the XPath must exist but the value is irrelevant
    [all...]
  /external/autotest/server/cros/ap_configurators/
web_driver_core_helpers.py 37 def _handle_alert(self, xpath, alert_handler):
40 @param xpath: The xpath that could raise the alert.
45 self.driver.find_element_by_xpath(xpath)
55 self._handle_alert(xpath, alert_handler)
114 """Wait for one of the items in the xpath to show up.
116 @param xpaths: A list of all the xpath's of elements to find.
119 @return The xpath that was found first.
127 for xpath in xpaths:
129 element = self.wait_for_object_by_xpath(xpath,
    [all...]
netgear4500_ap_configurator.py 23 xpath = '//select[@name="opmode"]'
25 xpath = '//select[@name="opmode_an"]'
26 self.wait_for_object_by_xpath(xpath)
27 self.select_item_from_popup_by_xpath(mode, xpath)
  /prebuilts/misc/common/robolectric/3.1.1/lib/
vtd-xml-2.11-sources.jar 
  /external/libxml2/test/c14n/1-1-without-comments/
example-7.xpath 0 <XPath xmlns:ietf="http://www.ietf.org" >
10 </XPath
example-8.xpath 0 <XPath xmlns:ietf="http://www.ietf.org" >
10 </XPath
xmlbase-c14n11spec3-102.xpath 6 <XPath xmlns:ietf="http://www.ietf.org" >
9 </XPath>
  /external/libxml2/test/c14n/with-comments/
example-7.xpath 0 <XPath xmlns:ietf="http://www.ietf.org" >
10 </XPath
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
FunctionPattern.java 21 package org.apache.xpath.patterns;
25 import org.apache.xpath.Expression;
26 import org.apache.xpath.ExpressionOwner;
27 import org.apache.xpath.XPathContext;
28 import org.apache.xpath.XPathVisitor;
29 import org.apache.xpath.objects.XNumber;
30 import org.apache.xpath.objects.XObject;
42 * {@link org.apache.xpath.functions.Function expression}.
67 * Should be a {@link org.apache.xpath.functions.Function expression}.
92 * @param xctxt XPath runtime context
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 21 package org.apache.xpath.axes;
23 import org.apache.xpath.Expression;
24 import org.apache.xpath.ExpressionOwner;
25 import org.apache.xpath.XPathVisitor;
26 import org.apache.xpath.functions.FuncLast;
27 import org.apache.xpath.functions.FuncPosition;
28 import org.apache.xpath.functions.Function;
29 import org.apache.xpath.objects.XNumber;
30 import org.apache.xpath.operations.Div;
31 import org.apache.xpath.operations.Minus
    [all...]
  /external/libxml2/test/schemas/
decimal-1.xsd 19 <xsd:selector xpath="val"/>
20 <xsd:field xpath="."/>
24 <xsd:selector xpath="ref"/>
25 <xsd:field xpath="."/>

Completed in 669 milliseconds

1 2 3 4 5 6 7 8 91011>>