Searched defs:XPathEvaluator (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXPathEvaluator.h45 class XPathEvaluator : public RefCounted<XPathEvaluator> { class in namespace:WebCore
47 static PassRefPtr<XPathEvaluator> create() { return adoptRef(new XPathEvaluator); }
55 XPathEvaluator() { } function in class:WebCore::XPathEvaluator

Completed in 65 milliseconds