Searched defs:XPath (Results 1 - 25 of 27) sorted by path

12

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPath.java19 * $Id: XPath.java 468655 2006-10-28 07:12:06Z minchau $
41 * The XPath class wraps an expression object and provides general services
45 public class XPath implements Serializable, ExpressionOwner class in inherits:Serializable,ExpressionOwner
133 * Return the XPath string associated with this object.
136 * @return the XPath string associated with this object.
150 * Construct an XPath object.
154 * @param exprString The XPath expression.
163 public XPath( method in class:XPath
182 throw new RuntimeException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_CANNOT_DEAL_XPATH_TYPE, new Object[]{Integer.toString(type)})); //"Can not deal with XPath type: " + type);
198 * Construct an XPath objec
211 public XPath( method in class:XPath
262 public XPath( method in class:XPath
276 public XPath(Expression expr) method in class:XPath
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathExpression.h43 namespace XPath { namespace in namespace:blink
64 OwnPtrWillBeMember<XPath::Expression> m_topExpression;
H A DXPathExpressionNode.cpp33 namespace XPath { namespace in namespace:blink
H A DXPathExpressionNode.h38 namespace XPath { namespace in namespace:blink
H A DXPathFunctions.cpp42 namespace XPath { namespace in namespace:blink
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.
H A DXPathFunctions.h34 namespace XPath { namespace in namespace:blink
54 } // namespace XPath
H A DXPathNodeSet.cpp35 namespace XPath { namespace in namespace:blink
H A DXPathNodeSet.h35 namespace XPath { namespace in namespace:blink
H A DXPathParser.h38 namespace XPath { namespace in namespace:blink
130 } // namespace XPath
134 int xpathyyparse(blink::XPath::Parser*);
H A DXPathPath.cpp38 namespace XPath { namespace in namespace:blink
H A DXPathPath.h35 namespace XPath { namespace in namespace:blink
H A DXPathPredicate.cpp38 namespace XPath { namespace in namespace:blink
H A DXPathPredicate.h35 namespace XPath { namespace in namespace:blink
H A DXPathResult.h42 namespace XPath { namespace in namespace:blink
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?
H A DXPathStep.cpp40 namespace XPath { namespace in namespace:blink
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.
H A DXPathStep.h37 namespace XPath { namespace in namespace:blink
124 } // namespace XPath
H A DXPathUtil.cpp35 namespace XPath { namespace in namespace:blink
H A DXPathUtil.h36 namespace XPath { namespace in namespace:blink
H A DXPathValue.cpp37 namespace XPath { namespace in namespace:blink
103 // allowed in XPath.
H A DXPathValue.h35 namespace XPath { namespace in namespace:blink
H A DXPathVariableReference.cpp33 namespace XPath { namespace in namespace:blink
H A DXPathVariableReference.h33 namespace XPath { namespace in namespace:blink
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...

Completed in 324 milliseconds

12