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

/external/webkit/Source/WebCore/xml/
H A DXPathResult.cpp28 #include "XPathResult.h"
42 XPathResult::XPathResult(Document* document, const Value& value) function in class:WebCore::XPathResult
68 XPathResult::~XPathResult()
72 void XPathResult::convertTo(unsigned short type, ExceptionCode& ec)
118 unsigned short XPathResult::resultType() const
123 double XPathResult::numberValue(ExceptionCode& ec) const
132 String XPathResult::stringValue(ExceptionCode& ec) const
141 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 2650 milliseconds