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

  /external/webkit/WebCore/xml/
XPathUtil.h 30 #if ENABLE(XPATH)
39 namespace XPath {
44 /* @return the 'string-value' of the given node as specified by http://www.w3.org/TR/xpath */
54 #endif // ENABLE(XPATH)
XPathVariableReference.cpp 30 #if ENABLE(XPATH)
36 namespace XPath {
55 #endif // ENABLE(XPATH)
XPathExpression.h 30 #if ENABLE(XPATH)
44 namespace XPath {
59 XPath::Expression* m_topExpression;
64 #endif // ENABLE(XPATH)
XPathExpressionNode.cpp 30 #if ENABLE(XPATH)
36 namespace XPath {
59 #endif // ENABLE(XPATH)
XPathUtil.cpp 30 #if ENABLE(XPATH)
35 namespace XPath {
100 #endif // ENABLE(XPATH)
XPathVariableReference.h 29 #if ENABLE(XPATH)
35 namespace XPath {
50 #endif // ENABLE(XPATH)
XPathFunctions.h 30 #if ENABLE(XPATH)
36 namespace XPath {
54 } // namespace XPath
58 #endif // ENABLE(XPATH)
XPathPath.h 30 #if ENABLE(XPATH)
37 namespace XPath {
92 #endif // ENABLE(XPATH)
XPathValue.cpp 30 #if ENABLE(XPATH)
42 namespace XPath {
97 // String::toDouble() supports exponential notation, which is not allowed in XPath.
145 #endif // ENABLE(XPATH)
XPathNodeSet.h 29 #if ENABLE(XPATH)
38 namespace XPath {
83 #endif // ENABLE(XPATH)
XPathExpressionNode.h 30 #if ENABLE(XPATH)
40 namespace XPath {
100 #endif // ENABLE(XPATH)
XPathNodeSet.cpp 28 #if ENABLE(XPATH)
36 namespace XPath {
206 #endif // ENABLE(XPATH)
XPathParser.h 30 #if ENABLE(XPATH)
41 namespace XPath {
129 #endif // ENABLE(XPATH)
XPathPath.cpp 31 #if ENABLE(XPATH)
39 namespace XPath {
209 #endif // ENABLE(XPATH)
XPathPredicate.cpp 30 #if ENABLE(XPATH)
42 namespace XPath {
223 // This is not only an optimization, http://www.w3.org/TR/xpath
282 #endif // ENABLE(XPATH)
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)
XPathValue.h 30 #if ENABLE(XPATH)
37 namespace XPath {
104 #endif // ENABLE(XPATH)
XPathPredicate.h 30 #if ENABLE(XPATH)
37 namespace XPath {
125 #endif // ENABLE(XPATH)
XPathStep.h 30 #if ENABLE(XPATH)
38 namespace XPath {
105 #endif // ENABLE(XPATH)
XPathParser.cpp 31 #if ENABLE(XPATH)
47 namespace XPath {
128 * (check http://www.w3.org/TR/xpath#exprlex). Necessary to disambiguate
636 #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)
  /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...]
  /libcore/luni/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...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 158 milliseconds