HomeSort by relevance Sort by last modified time
    Searched refs:xpath (Results 226 - 250 of 390) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 21 package org.apache.xpath;
30 import org.apache.xpath.objects.XNodeSet;
31 import org.apache.xpath.objects.XObject;
32 import org.apache.xpath.res.XPATHErrorResources;
38 * Expression can be executed to return a {@link org.apache.xpath.objects.XObject},
79 * Execute an expression in the XPath runtime context, and return the
83 * @param xctxt The XPath runtime context.
100 * Execute an expression in the XPath runtime context, and return the
104 * @param xctxt The XPath runtime context.
124 * Execute an expression in the XPath runtime context, and return th
    [all...]
XPathContext.java 21 package org.apache.xpath;
49 import org.apache.xpath.axes.SubContextList;
50 import org.apache.xpath.objects.XObject;
51 import org.apache.xpath.objects.DTMXRTreeFrag;
52 import org.apache.xpath.objects.XString;
53 import org.apache.xpath.res.XPATHErrorResources;
58 * Default class for the runtime execution context for XPath.
103 org.apache.xpath.objects.XMLStringFactoryImpl.getFactory());
230 * Create a new <code>DTMIterator</code> based on an XPath
231 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> o
    [all...]
VariableStack.java 21 package org.apache.xpath;
26 import org.apache.xpath.objects.XObject;
27 import org.apache.xpath.res.XPATHErrorResources;
294 * @param xctxt The XPath context, which must be passed in order to
351 * @param xctxt The XPath context, which must be passed in order to
434 * @param xctxt The XPath context, which must be passed in order to
461 * @param xctxt The XPath context, which must be passed in order to
488 * @param xctxt The XPath context, which must be passed in order to
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 22 package org.apache.xpath.functions;
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java 20 package org.apache.xpath.jaxp;
32 * for the XPath object.
69 * (Duplicate of that found in org.apache.xpath.XPathContext).
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHMessages.java 21 package org.apache.xpath.res;
28 * A utility class for issuing XPath error messages.
33 /** The language specific resource object for XPath messages. */
36 /** The class name of the XPath error message string table. */
38 "org.apache.xpath.res.XPATHErrorResources";
  /external/chromium_org/third_party/libxslt/libexslt/
exslt.h 6 #include <libxml/xpath.h>
  /external/chromium_org/third_party/libxslt/libxslt/
functions.h 2 * Summary: interface for the XSLT functions not from XPath
3 * Description: a set of extra functions coming from XSLT but not in XPath
13 #include <libxml/xpath.h>
templates.h 3 * Description: This set of routine encapsulates XPath calls
14 #include <libxml/xpath.h>
variables.h 13 #include <libxml/xpath.h>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 37 * (Xpath to watch for); (what to execute if condition is met); (commandline args to the executable)...
139 String xpath = feedWatchActions[i].trim(); local
146 oldFeedWatcher.setXpath(xpath);
153 newFeedWatcher.setXpath(xpath);
168 " -xpath \"" + xpath + "\"" + //$NON-NLS-1$ //$NON-NLS-2$
  /external/libxslt/libxslt/
functions.h 2 * Summary: interface for the XSLT functions not from XPath
3 * Description: a set of extra functions coming from XSLT but not in XPath
13 #include <libxml/xpath.h>
templates.h 3 * Description: This set of routine encapsulates XPath calls
14 #include <libxml/xpath.h>
variables.h 13 #include <libxml/xpath.h>
  /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...]
  /external/chromium_org/chrome/test/functional/ap_lab/
dlink_ap_configurator.py 210 xpath = ('id("channel_g")')
213 self._wait.until(lambda _: self._driver.find_element_by_xpath(xpath))
216 element = self._driver.find_element_by_xpath(xpath)
234 xpath = ('//*[contains(@class, "l_tb")]/input[@value="%d" and @name="band"]'
236 element = self._driver.find_element_by_xpath(xpath)
287 xpath = ('//*[contains(@class, "l_tb")]/input[@value="%d" '
289 element = self._driver.find_element_by_xpath(xpath)
  /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/xalan/serialize/
SerializerUtils.java 29 import org.apache.xpath.XPathContext;
30 import org.apache.xpath.objects.XObject;
36 * because they have dependancies on the packages org.apache.xpath or org.
114 * @param support XPath context for the result tree fragment
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 21 package org.apache.xpath.compiler;
26 import org.apache.xpath.res.XPATHErrorResources;
29 * This class is in charge of lexical processing of the XPath
36 * The target XPath.
41 * The prefix resolver to map prefixes to namespaces in the XPath.
46 * The XPath processor object.
568 * @param pat The XPath name string.
645 // To older XPath code it doesn't matter if
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopy.java 30 import org.apache.xpath.XPathContext;
ElemSort.java 24 import org.apache.xpath.XPath;
54 private XPath m_selectExpression = null;
70 public void setSelect(XPath v)
93 public XPath getSelect()
151 * <b><a href="http://www.w3.org/TR/xpath#function-number">number</a></b> function; the <code>lang</code>
156 * is expanded into an <a href="http://www.w3.org/TR/xpath#dt-expanded-name">expanded-name</a> as described
188 * <b><a href="http://www.w3.org/TR/xpath#function-number">number</a></b> function; the <code>lang</code>
193 * is expanded into an <a href="http://www.w3.org/TR/xpath#dt-expanded-name">expanded-name</a> as described
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 21 package org.apache.xpath.axes;
30 import org.apache.xpath.NodeSetDTM;
31 import org.apache.xpath.XPathContext;
32 import org.apache.xpath.objects.XObject;
706 * @see org.apache.xpath.Expression#fixupVariables(Vector, int)
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java 21 package org.apache.xpath.objects;
29 import org.apache.xpath.ExpressionOwner;
30 import org.apache.xpath.XPathContext;
31 import org.apache.xpath.XPathVisitor;
34 * This class represents an XPath string object, and is capable of
175 * @param support Xpath context to use for the conversion
    [all...]
  /external/chromium_org/content/public/browser/
web_ui.h 77 virtual void SetFrameXPath(const std::string& xpath) = 0;
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
wait.py 57 elif hasattr(self, 'xpath'):
63 '.singleNodeValue' % re.escape(self.xpath))

Completed in 212 milliseconds

1 2 3 4 5 6 7 8 91011>>