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

/external/webkit/WebCore/xml/
H A DXPathResult.cpp28 #include "XPathResult.h"
42 XPathResult::XPathResult(Document* document, const Value& value) function in class:WebCore::XPathResult
66 XPathResult::~XPathResult()
70 void XPathResult::convertTo(unsigned short type, ExceptionCode& ec)
116 unsigned short XPathResult::resultType() const
121 double XPathResult::numberValue(ExceptionCode& ec) const
130 String XPathResult::stringValue(ExceptionCode& ec) const
139 bool XPathResult
[all...]
H A DXPathResult.h43 class XPathResult : public RefCounted<XPathResult> { class in namespace:WebCore
58 static PassRefPtr<XPathResult> create(Document* document, const XPath::Value& value) { return adoptRef(new XPathResult(document, value)); }
59 ~XPathResult();
76 XPathResult(Document*, const XPath::Value&);

Completed in 47 milliseconds