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

1 2 3 4 5 6 7 891011>>

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java 21 package org.apache.xpath.operations;
23 import org.apache.xpath.Expression;
24 import org.apache.xpath.ExpressionOwner;
25 import org.apache.xpath.XPathContext;
26 import org.apache.xpath.XPathVisitor;
27 import org.apache.xpath.objects.XObject;
120 * @see org.apache.xpath.XPathVisitable#callVisitors(ExpressionOwner, XPathVisitor)
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 21 package org.apache.xpath.patterns;
27 import org.apache.xpath.Expression;
28 import org.apache.xpath.ExpressionOwner;
29 import org.apache.xpath.XPathContext;
30 import org.apache.xpath.XPathVisitor;
31 import org.apache.xpath.axes.SubContextList;
32 import org.apache.xpath.compiler.PsuedoNames;
33 import org.apache.xpath.objects.XObject;
91 * @see org.apache.xpath.compiler.PsuedoNames
133 * @see org.apache.xpath.compiler.PsuedoName
    [all...]
  /external/autotest/server/cros/ap_configurators/
buffalo_ap_configurator.py 148 xpath = '//select[@name="ath0_net_mode"]'
150 self.select_item_from_popup_by_xpath(mode_name, xpath)
153 self.select_item_from_popup_by_xpath(mode_name, xpath)
167 xpath = '//input[@maxlength="32" and @name="ath0_ssid"]'
168 self.set_content_of_text_field_by_xpath(ssid, xpath)
182 xpath = '//select[@name="ath0_channel"]'
183 if self.number_of_items_in_popup_by_xpath(xpath) == 0:
186 self.select_item_from_popup_by_xpath(channel_choices[position], xpath)
202 xpath = '//select[@name="ath0_channelbw"]'
204 channel_width_choice[channel_width], xpath)
    [all...]
levelone_ap_configurator.py 78 xpath = '//select[@name="wire_mode"]'
79 self.select_item_from_popup_by_xpath(mode_name, xpath)
87 xpath = '//input[@name="ssid"]'
88 self.set_content_of_text_field_by_xpath(ssid, xpath, abort_check=False)
98 xpath = '//select[@name="w_channel"]'
101 self.select_item_from_popup_by_xpath(channels[position], xpath)
126 xpath = '//select[@name="wsecurity"]'
127 self.select_item_from_popup_by_xpath('Disabled', xpath)
144 xpath = '//input[@name="keygen"]'
145 self.click_button_by_xpath(xpath)
    [all...]
medialink_ap_configurator.py 123 xpath = '//select[@name="wirelessmode"]'
124 self.select_item_from_popup_by_xpath(mode_popup, xpath)
132 xpath = '//input[@name="enablewireless" and @type="checkbox"]'
133 self.set_check_box_selected_by_xpath(xpath, selected=enabled,
144 xpath = '//input[@name="ssid"]'
145 self.set_content_of_text_field_by_xpath(ssid, xpath)
164 xpath = '//select[@name="sz11bChannel"]'
166 xpath = '//select[@name="sz11gChannel"]'
167 self.select_item_from_popup_by_xpath(channel_choices[position], xpath,
182 xpath = '//select[@name="security_mode"]
    [all...]
linksyse_dual_band_configurator.py 115 xpath = '//select[@name="wl0_net_mode"]'
118 xpath = '//select[@name="wl1_net_mode"]'
139 self.select_item_from_popup_by_xpath(mode_name, xpath,
153 xpath = '//input[@maxlength="32" and @name="wl0_ssid"]'
155 xpath = '//input[@maxlength="32" and @name="wl1_ssid"]'
156 self.set_content_of_text_field_by_xpath(ssid, xpath)
171 xpath = '//select[@name="_wl0_channel"]'
173 xpath = '//select[@name="_wl1_channel"]'
179 xpath)
196 xpath = '//select[@name="wl0_security_mode"]
    [all...]
trendnet432brp_ap_configurator.py 79 xpath = ('//input[@name="apply" and @value="Apply"]')
80 self.click_button_by_xpath(xpath, alert_handler=self._alert_handler)
90 xpath = ('//input[@value="%d" and @name="enable"]' % int_value)
91 self.click_button_by_xpath(xpath, alert_handler=self._alert_handler)
150 xpath = ('//input[@value="%d" and @name="ssid_broadcast"]' % int_value)
151 self.click_button_by_xpath(xpath)
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactory.java 19 package javax.xml.xpath;
23 * {@link javax.xml.xpath.XPath} objects.</p>
38 public static final String DEFAULT_PROPERTY_NAME = "javax.xml.xpath.XPathFactory";
43 public static final String DEFAULT_OBJECT_MODEL_URI = "http://java.sun.com/jaxp/xpath/dom";
98 * The class loader is asked for service provider provider-configuration files matching <code>javax.xml.xpath.XPathFactory</code>
119 * http\://java.sun.com/jaxp/xpath/dom=org.acme.DomXPathFactory
124 * <code>http://java.sun.com/jaxp/xpath/dom</code> for the W3C DOM,
204 * <p>Set a feature for this <code>XPathFactory</code> and <code>XPath</code>s created by this factory.</p>
209 * An {@link XPathFactoryConfigurationException} is thrown if this <code>XPathFactory</code> or the <code>XPath</code>
    [all...]
XPathFunctionResolver.java 19 package javax.xml.xpath;
26 * <p>XPath functions are resolved by name and arity.
27 * The resolver is not needed for XPath built-in functions and the resolver
34 * and Processing</a> which extend the function library of XPath 1.0 in the
43 * @see <a href="http://www.w3.org/TR/xpath#corelib">XML Path Language (XPath) Version 1.0, Core Function Library</a>
  /external/libxml2/doc/tutorial/
ar01s05.html 1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Using XPath to Retrieve Element Content</title><meta name="generator" content="DocBook XSL Stylesheets V1.61.2"><link rel="home" href="index.html" title="Libxml Tutorial"><link rel="up" href="index.html" title="Libxml Tutorial"><link rel="previous" href="ar01s04.html" title="Retrieving Element Content"><link rel="next" href="ar01s06.html" title="Writing element content"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Using XPath to Retrieve Element Content</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s04.html">Prev</a>?</td><th width="60%" align="center">?</th><td width="20%" align="right">?<a accesskey="n" href="ar01s06.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="xmltutorialxpath"></a>Using XPath to Retrieve Element Content</h2></div></div><div></div></div><p>In addition to walking the document tree to find an element,
3 use of <span class="application">XPath</span> expressions to retrieve sets of
5 <span class="application">XPath</span> <span class="acronym">API</span> is <a href="http://xmlsoft.org/html/libxml-xpath.html" target="_top">here</a>.
6 </p><p><span class="application">XPath</span> allows searching through a document
10 </p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="images/note.png"></td><th align="left">Note</th></tr><tr><td colspan="2" align="left" valign="top"><p>A full discussion of <span class="application">XPath</span> is beyond
11 the scope of this document. For details on its use, see the <a href="http://www.w3.org/TR/xpath" target="_top">XPath specification</a>.</p></td></tr></table></div><p
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 19 * $Id: XPath.java 468655 2006-10-28 07:12:06Z minchau $
21 package org.apache.xpath;
33 import org.apache.xpath.compiler.Compiler;
34 import org.apache.xpath.compiler.FunctionTable;
35 import org.apache.xpath.compiler.XPathParser;
36 import org.apache.xpath.functions.Function;
37 import org.apache.xpath.objects.XObject;
38 import org.apache.xpath.res.XPATHErrorResources;
41 * The XPath class wraps an expression object and provides general services
45 public class XPath implements Serializable, ExpressionOwne
    [all...]
XPathVisitor.java 21 package org.apache.xpath;
23 import org.apache.xpath.axes.LocPathIterator;
24 import org.apache.xpath.axes.UnionPathIterator;
25 import org.apache.xpath.functions.Function;
26 import org.apache.xpath.objects.XNumber;
27 import org.apache.xpath.objects.XString;
28 import org.apache.xpath.operations.Operation;
29 import org.apache.xpath.operations.UnaryOperation;
30 import org.apache.xpath.operations.Variable;
31 import org.apache.xpath.patterns.NodeTest
    [all...]
ExtensionsProvider.java 21 package org.apache.xpath;
25 import org.apache.xpath.functions.FuncExtFunction;
28 * Interface that XPath objects can call to obtain access to an
  /hardware/interfaces/audio/2.0/config/
audio_policy_configuration.xsd 49 <xs:selector xpath="modules/module"/>
50 <xs:field xpath="@name"/>
53 <xs:selector xpath="volumes/volume"/>
54 <xs:field xpath="@stream"/>
55 <xs:field xpath="@deviceCategory"/>
58 <xs:selector xpath="volumes/reference"/>
59 <xs:field xpath="@name"/>
62 <xs:selector xpath="volumes/volume"/>
63 <xs:field xpath="@ref"/>
124 <xs:selector xpath="item"/
    [all...]
  /hardware/interfaces/audio/4.0/config/
audio_policy_configuration.xsd 49 <xs:selector xpath="modules/module"/>
50 <xs:field xpath="@name"/>
53 <xs:selector xpath="volumes/volume"/>
54 <xs:field xpath="@stream"/>
55 <xs:field xpath="@deviceCategory"/>
58 <xs:selector xpath="volumes/reference"/>
59 <xs:field xpath="@name"/>
62 <xs:selector xpath="volumes/volume"/>
63 <xs:field xpath="@ref"/>
98 <xs:selector xpath="item"/
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /external/libxml2/doc/html/
libxml-xpointer.html 15 </pre><pre class="programlisting"><a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> <a href="#xmlXPtrBuildNodeList">xmlXPtrBuildNodeList</a> (<a href="libxml-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> obj)</pre>
16 <pre class="programlisting"><a href="libxml-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> <a href="#xmlXPtrEval">xmlXPtrEval</a> (const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * str, <br /> <a href="libxml-xpath.html#xmlXPathContextPtr">xmlXPathContextPtr</a> ctx)</pre>
17 <pre class="programlisting">void <a href="#xmlXPtrEvalRangePredicate">xmlXPtrEvalRangePredicate</a> (<a href="libxml-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt)</pre>
19 <pre class="programlisting">void <a href="#xmlXPtrLocationSetAdd">xmlXPtrLocationSetAdd</a> (<a href="libxml-xpointer.html#xmlLocationSetPtr">xmlLocationSetPtr</a> cur, <br /> <a href="libxml-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> val)</pre>
20 <pre class="programlisting"><a href="libxml-xpointer.html#xmlLocationSetPtr">xmlLocationSetPtr</a> <a href="#xmlXPtrLocationSetCreate">xmlXPtrLocationSetCreate</a> (<a href="libxml-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> val)</pre>
21 <pre class="programlisting">void <a href="#xmlXPtrLocationSetDel">xmlXPtrLocationSetDel</a> (<a href="libxml-xpointer.html#xmlLocationSetPtr">xmlLocationSetPtr</a> cur, <br /> <a href="libxml-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> val)</pre>
24 <pre class="programlisting"><a href="libxml-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> <a href="#xmlXPtrNewCollapsedRange">xmlXPtrNewCollapsedRange</a> (<a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> start)</pre>
25 <pre class="programlisting"><a href="libxml-xpath.html#xmlXPathContextPtr">xmlXPathContextPtr</a> <a href="#xmlXPtrNewContext">xmlXPtrNewContext</a> (<a href="libxml-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> here, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> origin)</pre>
26 <pre class="programlisting"><a href="libxml-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> <a href="#xmlXPtrNewLocationSetNodeSet">xmlXPtrNewLo (…)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemForEach.java 33 import org.apache.xpath.Expression;
34 import org.apache.xpath.ExpressionOwner;
35 import org.apache.xpath.XPath;
36 import org.apache.xpath.XPathContext;
91 * Store XPath away for later processing.
93 protected XPath m_xpath = null;
98 * @param xpath The XPath expression for the "select" attribute.
100 public void setSelect(XPath xpath
    [all...]
WhiteSpaceInfo.java 23 import org.apache.xpath.XPath;
69 public WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet)
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
SelfIteratorNoPredicate.java 21 package org.apache.xpath.axes;
24 import org.apache.xpath.XPathContext;
25 import org.apache.xpath.compiler.Compiler;
30 * @see org.apache.xpath.axes.LocPathIterator
104 * @param xctxt The XPath runtime context.
117 * @param xctxt XPath runtime context.

Completed in 659 milliseconds

1 2 3 4 5 6 7 891011>>