HomeSort by relevance Sort by last modified time
    Searched defs:XPath (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathUtil.h 36 namespace XPath {
41 // @return the 'string-value' of the given node as specified by http://www.w3.org/TR/xpath
XPathVariableReference.cpp 33 namespace XPath {
XPathExpression.h 43 namespace XPath {
64 OwnPtrWillBeMember<XPath::Expression> m_topExpression;
XPathExpressionNode.cpp 33 namespace XPath {
XPathUtil.cpp 35 namespace XPath {
XPathVariableReference.h 33 namespace XPath {
XPathFunctions.h 34 namespace XPath {
54 } // namespace XPath
XPathPath.h 35 namespace XPath {
XPathValue.cpp 37 namespace XPath {
103 // allowed in XPath.
XPathNodeSet.h 35 namespace XPath {
XPathParser.h 38 namespace XPath {
130 } // namespace XPath
134 int xpathyyparse(blink::XPath::Parser*);
XPathPath.cpp 38 namespace XPath {
111 // http://www.w3.org/TR/xpath/
XPathPredicate.cpp 38 namespace XPath {
243 // This is not only an optimization, http://www.w3.org/TR/xpath
XPathPredicate.h 35 namespace XPath {
XPathResult.h 42 namespace XPath {
63 static PassRefPtrWillBeRawPtr<XPathResult> create(XPath::EvaluationContext& context, const XPath::Value& value)
82 const XPath::Value& value() const { return m_value; }
87 XPathResult(XPath::EvaluationContext&, const XPath::Value&);
88 XPath::NodeSet& nodeSet() { return *m_nodeSet; }
90 XPath::Value m_value;
92 OwnPtrWillBeMember<XPath::NodeSet> m_nodeSet; // FIXME: why duplicate the node set stored in m_value?
XPathStep.cpp 40 namespace XPath {
192 // In XPath land, namespace nodes are not accessible on the
263 // In XPath model, attribute nodes do not have children.
274 // In XPath model, attribute nodes do not have children.
377 // In XPath land, namespace nodes are not accessible on the attribute axis.
397 // XPath namespace nodes are not implemented.
408 // In XPath model, attribute nodes do not have children.
XPathValue.h 35 namespace XPath {
XPathExpressionNode.h 38 namespace XPath {
XPathNodeSet.cpp 35 namespace XPath {
XPathStep.h 37 namespace XPath {
124 } // namespace XPath
XPathFunctions.cpp 42 namespace XPath {
367 // The local part of an XPath expanded-name matches DOM local name for most node types, except for namespace nodes and processing instruction nodes.
  /libcore/luni/src/main/java/javax/xml/xpath/
XPath.java 17 // $Id: XPath.java 569998 2007-08-27 04:40:02Z mrglavas $
19 package javax.xml.xpath;
26 * <p><code>XPath</code> provides access to the XPath evaluation environment and expressions.</p>
28 * <table id="XPath-evaluation" border="1" cellpadding="2">
31 * <th colspan="2">Evaluation of XPath Expressions.</th>
40 * For the purposes of evaluating XPath expressions, a DocumentFragment
66 * QNames in the expression are resolved against the XPath namespace context
75 * Conversion to the return type follows XPath conversion rules.</p>
83 * @see <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a
    [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...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 683 milliseconds

1 2