Home
last modified time | relevance | path

Searched refs:XPathResult (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/dom/
H A DDomXPathResult.java44 import org.w3c.dom.xpath.XPathResult;
52 implements XPathResult
64 type = XPathResult.BOOLEAN_TYPE; in DomXPathResult()
68 type = XPathResult.NUMBER_TYPE; in DomXPathResult()
72 type = XPathResult.STRING_TYPE; in DomXPathResult()
79 case XPathResult.ANY_TYPE: in DomXPathResult()
111 if (type == XPathResult.NUMBER_TYPE) in getNumberValue()
161 if (type == XPathResult.STRING_TYPE) in getStringValue()
212 case XPathResult.BOOLEAN_TYPE: in typeName()
214 case XPathResult.NUMBER_TYPE: in typeName()
[all …]
H A DDomXPathExpression.java54 import org.w3c.dom.xpath.XPathResult;
102 case XPathResult.BOOLEAN_TYPE: in evaluate()
105 case XPathResult.NUMBER_TYPE: in evaluate()
108 case XPathResult.STRING_TYPE: in evaluate()
111 case XPathResult.ANY_UNORDERED_NODE_TYPE: in evaluate()
112 case XPathResult.FIRST_ORDERED_NODE_TYPE: in evaluate()
115 case XPathResult.UNORDERED_NODE_ITERATOR_TYPE: in evaluate()
117 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
118 case XPathResult.ORDERED_NODE_SNAPSHOT_TYPE: in evaluate()
127 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/dom/
H A DDomXPathResult.java44 import org.w3c.dom.xpath.XPathResult;
52 implements XPathResult
64 type = XPathResult.BOOLEAN_TYPE; in DomXPathResult()
68 type = XPathResult.NUMBER_TYPE; in DomXPathResult()
72 type = XPathResult.STRING_TYPE; in DomXPathResult()
79 case XPathResult.ANY_TYPE: in DomXPathResult()
111 if (type == XPathResult.NUMBER_TYPE) in getNumberValue()
161 if (type == XPathResult.STRING_TYPE) in getStringValue()
212 case XPathResult.BOOLEAN_TYPE: in typeName()
214 case XPathResult.NUMBER_TYPE: in typeName()
[all …]
H A DDomXPathExpression.java54 import org.w3c.dom.xpath.XPathResult;
102 case XPathResult.BOOLEAN_TYPE: in evaluate()
105 case XPathResult.NUMBER_TYPE: in evaluate()
108 case XPathResult.STRING_TYPE: in evaluate()
111 case XPathResult.ANY_UNORDERED_NODE_TYPE: in evaluate()
112 case XPathResult.FIRST_ORDERED_NODE_TYPE: in evaluate()
115 case XPathResult.UNORDERED_NODE_ITERATOR_TYPE: in evaluate()
117 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
118 case XPathResult.ORDERED_NODE_SNAPSHOT_TYPE: in evaluate()
127 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/dom/
H A DDomXPathResult.java44 import org.w3c.dom.xpath.XPathResult;
52 implements XPathResult
64 type = XPathResult.BOOLEAN_TYPE; in DomXPathResult()
68 type = XPathResult.NUMBER_TYPE; in DomXPathResult()
72 type = XPathResult.STRING_TYPE; in DomXPathResult()
79 case XPathResult.ANY_TYPE: in DomXPathResult()
111 if (type == XPathResult.NUMBER_TYPE) in getNumberValue()
161 if (type == XPathResult.STRING_TYPE) in getStringValue()
212 case XPathResult.BOOLEAN_TYPE: in typeName()
214 case XPathResult.NUMBER_TYPE: in typeName()
[all …]
H A DDomXPathExpression.java54 import org.w3c.dom.xpath.XPathResult;
102 case XPathResult.BOOLEAN_TYPE: in evaluate()
105 case XPathResult.NUMBER_TYPE: in evaluate()
108 case XPathResult.STRING_TYPE: in evaluate()
111 case XPathResult.ANY_UNORDERED_NODE_TYPE: in evaluate()
112 case XPathResult.FIRST_ORDERED_NODE_TYPE: in evaluate()
115 case XPathResult.UNORDERED_NODE_ITERATOR_TYPE: in evaluate()
117 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
118 case XPathResult.ORDERED_NODE_SNAPSHOT_TYPE: in evaluate()
127 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/dom/
H A DDomXPathResult.java44 import org.w3c.dom.xpath.XPathResult;
52 implements XPathResult
64 type = XPathResult.BOOLEAN_TYPE; in DomXPathResult()
68 type = XPathResult.NUMBER_TYPE; in DomXPathResult()
72 type = XPathResult.STRING_TYPE; in DomXPathResult()
79 case XPathResult.ANY_TYPE: in DomXPathResult()
111 if (type == XPathResult.NUMBER_TYPE) in getNumberValue()
161 if (type == XPathResult.STRING_TYPE) in getStringValue()
212 case XPathResult.BOOLEAN_TYPE: in typeName()
214 case XPathResult.NUMBER_TYPE: in typeName()
[all …]
H A DDomXPathExpression.java54 import org.w3c.dom.xpath.XPathResult;
102 case XPathResult.BOOLEAN_TYPE: in evaluate()
105 case XPathResult.NUMBER_TYPE: in evaluate()
108 case XPathResult.STRING_TYPE: in evaluate()
111 case XPathResult.ANY_UNORDERED_NODE_TYPE: in evaluate()
112 case XPathResult.FIRST_ORDERED_NODE_TYPE: in evaluate()
115 case XPathResult.UNORDERED_NODE_ITERATOR_TYPE: in evaluate()
117 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
118 case XPathResult.ORDERED_NODE_SNAPSHOT_TYPE: in evaluate()
127 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/dom/
H A DDomXPathResult.java44 import org.w3c.dom.xpath.XPathResult;
52 implements XPathResult
64 type = XPathResult.BOOLEAN_TYPE; in DomXPathResult()
68 type = XPathResult.NUMBER_TYPE; in DomXPathResult()
72 type = XPathResult.STRING_TYPE; in DomXPathResult()
79 case XPathResult.ANY_TYPE: in DomXPathResult()
111 if (type == XPathResult.NUMBER_TYPE) in getNumberValue()
161 if (type == XPathResult.STRING_TYPE) in getStringValue()
212 case XPathResult.BOOLEAN_TYPE: in typeName()
214 case XPathResult.NUMBER_TYPE: in typeName()
[all …]
H A DDomXPathExpression.java54 import org.w3c.dom.xpath.XPathResult;
102 case XPathResult.BOOLEAN_TYPE: in evaluate()
105 case XPathResult.NUMBER_TYPE: in evaluate()
108 case XPathResult.STRING_TYPE: in evaluate()
111 case XPathResult.ANY_UNORDERED_NODE_TYPE: in evaluate()
112 case XPathResult.FIRST_ORDERED_NODE_TYPE: in evaluate()
115 case XPathResult.UNORDERED_NODE_ITERATOR_TYPE: in evaluate()
117 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
118 case XPathResult.ORDERED_NODE_SNAPSHOT_TYPE: in evaluate()
127 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/dom/
H A DDomXPathResult.java44 import org.w3c.dom.xpath.XPathResult;
52 implements XPathResult
64 type = XPathResult.BOOLEAN_TYPE; in DomXPathResult()
68 type = XPathResult.NUMBER_TYPE; in DomXPathResult()
72 type = XPathResult.STRING_TYPE; in DomXPathResult()
79 case XPathResult.ANY_TYPE: in DomXPathResult()
111 if (type == XPathResult.NUMBER_TYPE) in getNumberValue()
161 if (type == XPathResult.STRING_TYPE) in getStringValue()
212 case XPathResult.BOOLEAN_TYPE: in typeName()
214 case XPathResult.NUMBER_TYPE: in typeName()
[all …]
H A DDomXPathExpression.java54 import org.w3c.dom.xpath.XPathResult;
102 case XPathResult.BOOLEAN_TYPE: in evaluate()
105 case XPathResult.NUMBER_TYPE: in evaluate()
108 case XPathResult.STRING_TYPE: in evaluate()
111 case XPathResult.ANY_UNORDERED_NODE_TYPE: in evaluate()
112 case XPathResult.FIRST_ORDERED_NODE_TYPE: in evaluate()
115 case XPathResult.UNORDERED_NODE_ITERATOR_TYPE: in evaluate()
117 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
118 case XPathResult.ORDERED_NODE_SNAPSHOT_TYPE: in evaluate()
127 case XPathResult.ORDERED_NODE_ITERATOR_TYPE: in evaluate()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xpath/
H A DXPathResult.cpp20 XPathResult::XPathResult(nsINode* aParent) in XPathResult() function in mozilla::dom::XPathResult
29 XPathResult::XPathResult(const XPathResult& aResult) in XPathResult() function in mozilla::dom::XPathResult
43 XPathResult::~XPathResult() { RemoveObserver(); } in ~XPathResult()
45 NS_IMPL_CYCLE_COLLECTION_CLASS(XPathResult)
48 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE()
53 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
59 NS_IMPL_CYCLE_COLLECTING_ADDREF(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
60 NS_IMPL_CYCLE_COLLECTING_RELEASE(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
69 JSObject* XPathResult::WrapObject(JSContext* aCx, in NS_IMPL_CYCLE_COLLECTION_UNLINK()
74 void XPathResult::RemoveObserver() { in RemoveObserver()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xpath/
H A DXPathResult.cpp20 XPathResult::XPathResult(nsINode* aParent) in XPathResult() function in mozilla::dom::XPathResult
29 XPathResult::XPathResult(const XPathResult& aResult) in XPathResult() function in mozilla::dom::XPathResult
43 XPathResult::~XPathResult() { RemoveObserver(); } in ~XPathResult()
45 NS_IMPL_CYCLE_COLLECTION_CLASS(XPathResult)
48 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE()
53 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
59 NS_IMPL_CYCLE_COLLECTING_ADDREF(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
60 NS_IMPL_CYCLE_COLLECTING_RELEASE(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
69 JSObject* XPathResult::WrapObject(JSContext* aCx, in NS_IMPL_CYCLE_COLLECTION_UNLINK()
74 void XPathResult::RemoveObserver() { in RemoveObserver()
[all …]
/dports/www/firefox/firefox-99.0/dom/xslt/xpath/
H A DXPathResult.cpp20 XPathResult::XPathResult(nsINode* aParent) in XPathResult() function in mozilla::dom::XPathResult
29 XPathResult::XPathResult(const XPathResult& aResult) in XPathResult() function in mozilla::dom::XPathResult
43 XPathResult::~XPathResult() { RemoveObserver(); } in ~XPathResult()
45 NS_IMPL_CYCLE_COLLECTION_CLASS(XPathResult)
48 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE()
53 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
59 NS_IMPL_CYCLE_COLLECTING_ADDREF(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
60 NS_IMPL_CYCLE_COLLECTING_RELEASE(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
69 JSObject* XPathResult::WrapObject(JSContext* aCx, in NS_IMPL_CYCLE_COLLECTION_UNLINK()
74 void XPathResult::RemoveObserver() { in RemoveObserver()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xpath/
H A DXPathResult.cpp20 XPathResult::XPathResult(nsINode* aParent) in XPathResult() function in mozilla::dom::XPathResult
29 XPathResult::XPathResult(const XPathResult& aResult) in XPathResult() function in mozilla::dom::XPathResult
43 XPathResult::~XPathResult() { RemoveObserver(); } in ~XPathResult()
45 NS_IMPL_CYCLE_COLLECTION_CLASS(XPathResult)
48 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE()
53 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
59 NS_IMPL_CYCLE_COLLECTING_ADDREF(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
60 NS_IMPL_CYCLE_COLLECTING_RELEASE(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
69 JSObject* XPathResult::WrapObject(JSContext* aCx, in NS_IMPL_CYCLE_COLLECTION_UNLINK()
74 void XPathResult::RemoveObserver() { in RemoveObserver()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xpath/
H A DXPathResult.cpp23 XPathResult::XPathResult(nsINode* aParent) in XPathResult() function in mozilla::dom::XPathResult
32 XPathResult::XPathResult(const XPathResult& aResult) in XPathResult() function in mozilla::dom::XPathResult
46 XPathResult::~XPathResult() { RemoveObserver(); } in ~XPathResult()
48 NS_IMPL_CYCLE_COLLECTION_CLASS(XPathResult)
51 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE()
56 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
62 NS_IMPL_CYCLE_COLLECTING_ADDREF(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
63 NS_IMPL_CYCLE_COLLECTING_RELEASE(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
72 JSObject* XPathResult::WrapObject(JSContext* aCx, in NS_IMPL_CYCLE_COLLECTION_UNLINK()
77 void XPathResult::RemoveObserver() { in RemoveObserver()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xpath/
H A DXPathResult.cpp23 XPathResult::XPathResult(nsINode* aParent) in XPathResult() function in mozilla::dom::XPathResult
34 XPathResult::XPathResult(const XPathResult &aResult) in XPathResult() function in mozilla::dom::XPathResult
49 XPathResult::~XPathResult() in ~XPathResult()
54 NS_IMPL_CYCLE_COLLECTION_CLASS(XPathResult)
57 NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE()
65 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
72 NS_IMPL_CYCLE_COLLECTING_ADDREF(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
73 NS_IMPL_CYCLE_COLLECTING_RELEASE(XPathResult) in NS_IMPL_CYCLE_COLLECTION_UNLINK()
89 XPathResult::RemoveObserver() in RemoveObserver()
97 XPathResult::IterateNext(ErrorResult& aRv) in IterateNext()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/xml/
H A DXPathResult.cpp48 XPathResult::XPathResult(Document* document, const Value& value) in XPathResult() function in WebCore::XPathResult
74 XPathResult::~XPathResult() in ~XPathResult()
78 void XPathResult::convertTo(unsigned short type, ExceptionCode& ec) in convertTo()
124 unsigned short XPathResult::resultType() const in resultType()
129 double XPathResult::numberValue(ExceptionCode& ec) const in numberValue()
138 String XPathResult::stringValue(ExceptionCode& ec) const in stringValue()
147 bool XPathResult::booleanValue(ExceptionCode& ec) const in booleanValue()
156 Node* XPathResult::singleNodeValue(ExceptionCode& ec) const in singleNodeValue()
170 bool XPathResult::invalidIteratorState() const in invalidIteratorState()
179 unsigned long XPathResult::snapshotLength(ExceptionCode& ec) const in snapshotLength()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/
H A Dxpath_result.cc36 XPathResult::XPathResult(xpath::EvaluationContext& context, in XPathResult() function in blink::XPathResult
60 void XPathResult::Trace(Visitor* visitor) const { in Trace()
67 void XPathResult::ConvertTo(uint16_t type, ExceptionState& exception_state) { in ConvertTo()
119 uint16_t XPathResult::resultType() const { in resultType()
123 double XPathResult::numberValue(ExceptionState& exception_state) const { in numberValue()
131 String XPathResult::stringValue(ExceptionState& exception_state) const { in stringValue()
139 bool XPathResult::booleanValue(ExceptionState& exception_state) const { in booleanValue()
147 Node* XPathResult::singleNodeValue(ExceptionState& exception_state) const { in singleNodeValue()
160 bool XPathResult::invalidIteratorState() const { in invalidIteratorState()
179 Node* XPathResult::iterateNext(ExceptionState& exception_state) { in iterateNext()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/
H A Dxpath_result.cc36 XPathResult::XPathResult(xpath::EvaluationContext& context, in XPathResult() function in blink::XPathResult
60 void XPathResult::Trace(Visitor* visitor) { in Trace()
67 void XPathResult::ConvertTo(uint16_t type, ExceptionState& exception_state) { in ConvertTo()
119 uint16_t XPathResult::resultType() const { in resultType()
123 double XPathResult::numberValue(ExceptionState& exception_state) const { in numberValue()
131 String XPathResult::stringValue(ExceptionState& exception_state) const { in stringValue()
139 bool XPathResult::booleanValue(ExceptionState& exception_state) const { in booleanValue()
147 Node* XPathResult::singleNodeValue(ExceptionState& exception_state) const { in singleNodeValue()
160 bool XPathResult::invalidIteratorState() const { in invalidIteratorState()
179 Node* XPathResult::iterateNext(ExceptionState& exception_state) { in iterateNext()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSXPathResult.cpp90 COMPILE_ASSERT(0 == XPathResult::ANY_TYPE, XPathResultEnumANY_TYPEIsWrongUseDontCheckEnums);
206 XPathResult* imp = static_cast<XPathResult*>(castedThis->impl()); in jsXPathResultResultType()
216 XPathResult* imp = static_cast<XPathResult*>(castedThis->impl()); in jsXPathResultNumberValue()
227 XPathResult* imp = static_cast<XPathResult*>(castedThis->impl()); in jsXPathResultStringValue()
238 XPathResult* imp = static_cast<XPathResult*>(castedThis->impl()); in jsXPathResultBooleanValue()
249 XPathResult* imp = static_cast<XPathResult*>(castedThis->impl()); in jsXPathResultSingleNodeValue()
260 XPathResult* imp = static_cast<XPathResult*>(castedThis->impl()); in jsXPathResultInvalidIteratorState()
270 XPathResult* imp = static_cast<XPathResult*>(castedThis->impl()); in jsXPathResultSnapshotLength()
294 XPathResult* imp = static_cast<XPathResult*>(castedThis->impl()); in jsXPathResultPrototypeFunctionIterateNext()
309 XPathResult* imp = static_cast<XPathResult*>(castedThis->impl()); in jsXPathResultPrototypeFunctionSnapshotItem()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_XPathResult.rs13 pub type XPathResult; typedef
20 pub fn result_type(this: &XPathResult) -> u16; in result_type()
27 pub fn number_value(this: &XPathResult) -> Result<f64, JsValue>; in number_value()
34 pub fn string_value(this: &XPathResult) -> Result<String, JsValue>; in string_value()
41 pub fn boolean_value(this: &XPathResult) -> Result<bool, JsValue>; in boolean_value()
49 pub fn single_node_value(this: &XPathResult) -> Result<Option<Node>, JsValue>; in single_node_value()
56 pub fn invalid_iterator_state(this: &XPathResult) -> bool; in invalid_iterator_state()
63 pub fn snapshot_length(this: &XPathResult) -> Result<u32, JsValue>; in snapshot_length()
71 pub fn iterate_next(this: &XPathResult) -> Result<Option<Node>, JsValue>; in iterate_next()
79 pub fn snapshot_item(this: &XPathResult, index: u32) -> Result<Option<Node>, JsValue>; in snapshot_item() argument
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_XPathResult.rs13 pub type XPathResult; typedef
20 pub fn result_type(this: &XPathResult) -> u16; in result_type()
27 pub fn number_value(this: &XPathResult) -> Result<f64, JsValue>; in number_value()
34 pub fn string_value(this: &XPathResult) -> Result<String, JsValue>; in string_value()
41 pub fn boolean_value(this: &XPathResult) -> Result<bool, JsValue>; in boolean_value()
49 pub fn single_node_value(this: &XPathResult) -> Result<Option<Node>, JsValue>; in single_node_value()
56 pub fn invalid_iterator_state(this: &XPathResult) -> bool; in invalid_iterator_state()
63 pub fn snapshot_length(this: &XPathResult) -> Result<u32, JsValue>; in snapshot_length()
71 pub fn iterate_next(this: &XPathResult) -> Result<Option<Node>, JsValue>; in iterate_next()
79 pub fn snapshot_item(this: &XPathResult, index: u32) -> Result<Option<Node>, JsValue>; in snapshot_item() argument
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_XPathResult.rs13 pub type XPathResult; typedef
20 pub fn result_type(this: &XPathResult) -> u16; in result_type()
27 pub fn number_value(this: &XPathResult) -> Result<f64, JsValue>; in number_value()
34 pub fn string_value(this: &XPathResult) -> Result<String, JsValue>; in string_value()
41 pub fn boolean_value(this: &XPathResult) -> Result<bool, JsValue>; in boolean_value()
49 pub fn single_node_value(this: &XPathResult) -> Result<Option<Node>, JsValue>; in single_node_value()
56 pub fn invalid_iterator_state(this: &XPathResult) -> bool; in invalid_iterator_state()
63 pub fn snapshot_length(this: &XPathResult) -> Result<u32, JsValue>; in snapshot_length()
71 pub fn iterate_next(this: &XPathResult) -> Result<Option<Node>, JsValue>; in iterate_next()
79 pub fn snapshot_item(this: &XPathResult, index: u32) -> Result<Option<Node>, JsValue>; in snapshot_item() argument
[all …]

12345678910>>...31