Home
last modified time | relevance | path

Searched refs:XPathNSResolver (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dports/www/firefox/firefox-99.0/testing/web-platform/meta/domxpath/
H A Dresolver-callback-interface-cross-realm.html.ini2 [XPathNSResolver is cross-realm plain object without 'lookupNamespaceURI' property]
5 [XPathNSResolver is cross-realm plain object with non-callable 'lookupNamespaceURI' property]
8 [XPathNSResolver is cross-realm plain object with revoked Proxy as 'lookupNamespaceURI' property]
11 [XPathNSResolver is cross-realm non-callable revoked Proxy]
14 [XPathNSResolver is cross-realm callable revoked Proxy]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSXPathNSResolver.h33 class XPathNSResolver; variable
38 JSXPathNSResolver(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<XPathNSResolver>);
47 XPathNSResolver* impl() const { return m_impl.get(); } in impl()
50 RefPtr<XPathNSResolver> m_impl;
55 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, XPathNSResolver*);
56 XPathNSResolver* toXPathNSResolver(JSC::JSValue);
H A DJSXPathNSResolver.cpp76 …NSResolver(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<XPathNSResolver> impl) in JSXPathNSResolver()
94 XPathNSResolver* imp = static_cast<XPathNSResolver*>(castedThis->impl()); in jsXPathNSResolverPrototypeFunctionLookupNamespaceURI()
104 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, XPathNSResolver* impl) in toJS()
109 XPathNSResolver* toXPathNSResolver(JSC::JSValue value) in toXPathNSResolver()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/xml/
H A DXPathNSResolver.h37 class XPathNSResolver : public RefCounted<XPathNSResolver> {
39 virtual ~XPathNSResolver();
43 XPathNSResolver() { } in XPathNSResolver() function
H A DXPathEvaluator.h42 class XPathNSResolver; variable
49 …PassRefPtr<XPathExpression> createExpression(const String& expression, XPathNSResolver*, Exception…
50 PassRefPtr<XPathNSResolver> createNSResolver(Node* nodeResolver);
52 XPathNSResolver*, unsigned short type, XPathResult*, ExceptionCode&);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/
H A Dxpath_evaluator.h39 class XPathNSResolver; variable
53 XPathNSResolver*,
55 XPathNSResolver* createNSResolver(Node* node_resolver);
58 XPathNSResolver*,
H A Dxpath_ns_resolver.h36 class CORE_EXPORT XPathNSResolver : public ScriptWrappable {
40 ~XPathNSResolver() override = default;
44 XPathNSResolver() = default;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/
H A Dxpath_evaluator.h39 class XPathNSResolver; variable
53 XPathNSResolver*,
55 XPathNSResolver* createNSResolver(Node* node_resolver);
58 XPathNSResolver*,
H A Dxpath_ns_resolver.h36 class CORE_EXPORT XPathNSResolver : public ScriptWrappable {
40 ~XPathNSResolver() override = default;
44 XPathNSResolver() = default;
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_xpath.cpp179 const ClassInfo XPathNSResolver::info = { "XPathNSResolver", nullptr, nullptr, nullptr };
181 XPathNSResolver::XPathNSResolver(ExecState *exec, khtml::XPathNSResolverImpl *impl): in XPathNSResolver() function in KJS::XPathNSResolver
187 KJS_CHECK_THIS(XPathNSResolver, thisObj); in callAsFunction()
189 khtml::XPathNSResolverImpl *imp = static_cast<XPathNSResolver *>(thisObj)->impl(); in callAsFunction()
193 case XPathNSResolver::LookupNamespaceURI: in callAsFunction()
257 if (o->inherits(&XPathNSResolver::info)) { in toResolver()
258 return static_cast<XPathNSResolver *>(o)->impl(); in toResolver()
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/Stub/
H A DXPathEvaluatorBase.php11 use Wikimedia\IDLeDOM\XPathNSResolver; alias
29 * @param XPathNSResolver|callable|null $resolver
38 * @return XPathNSResolver|callable
47 * @param XPathNSResolver|callable|null $resolver
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/Helper/
H A DXPathNSResolver.php8 trait XPathNSResolver { trait
87 if ( $f instanceof \Wikimedia\IDLeDOM\XPathNSResolver ) {
90 return new class( $f ) implements \Wikimedia\IDLeDOM\XPathNSResolver {
91 use XPathNSResolver;
/dports/lang/gnat_util/gcc-6-20180516/libjava/org/w3c/dom/xpath/
H A DXPathEvaluator.h23 class XPathNSResolver; variable
34 …pression * createExpression(::java::lang::String *, ::org::w3c::dom::xpath::XPathNSResolver *) = 0;
35 virtual ::org::w3c::dom::xpath::XPathNSResolver * createNSResolver(::org::w3c::dom::Node *) = 0;
36 …va::lang::String *, ::org::w3c::dom::Node *, ::org::w3c::dom::xpath::XPathNSResolver *, jshort, ::…
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/org/w3c/dom/xpath/
H A DXPathEvaluator.h23 class XPathNSResolver; variable
34 …pression * createExpression(::java::lang::String *, ::org::w3c::dom::xpath::XPathNSResolver *) = 0;
35 virtual ::org::w3c::dom::xpath::XPathNSResolver * createNSResolver(::org::w3c::dom::Node *) = 0;
36 …va::lang::String *, ::org::w3c::dom::Node *, ::org::w3c::dom::xpath::XPathNSResolver *, jshort, ::…
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/org/w3c/dom/xpath/
H A DXPathEvaluator.h23 class XPathNSResolver; variable
34 …pression * createExpression(::java::lang::String *, ::org::w3c::dom::xpath::XPathNSResolver *) = 0;
35 virtual ::org::w3c::dom::xpath::XPathNSResolver * createNSResolver(::org::w3c::dom::Node *) = 0;
36 …va::lang::String *, ::org::w3c::dom::Node *, ::org::w3c::dom::xpath::XPathNSResolver *, jshort, ::…
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/org/w3c/dom/xpath/
H A DXPathEvaluator.h23 class XPathNSResolver; variable
34 …pression * createExpression(::java::lang::String *, ::org::w3c::dom::xpath::XPathNSResolver *) = 0;
35 virtual ::org::w3c::dom::xpath::XPathNSResolver * createNSResolver(::org::w3c::dom::Node *) = 0;
36 …va::lang::String *, ::org::w3c::dom::Node *, ::org::w3c::dom::xpath::XPathNSResolver *, jshort, ::…
/dports/lang/gcc48/gcc-4.8.5/libjava/org/w3c/dom/xpath/
H A DXPathEvaluator.h23 class XPathNSResolver; variable
34 …pression * createExpression(::java::lang::String *, ::org::w3c::dom::xpath::XPathNSResolver *) = 0;
35 virtual ::org::w3c::dom::xpath::XPathNSResolver * createNSResolver(::org::w3c::dom::Node *) = 0;
36 …va::lang::String *, ::org::w3c::dom::Node *, ::org::w3c::dom::xpath::XPathNSResolver *, jshort, ::…
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/
H A DXPathEvaluatorBase.php18 * @param XPathNSResolver|callable|null $resolver
25 * @return XPathNSResolver|callable
32 * @param XPathNSResolver|callable|null $resolver
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.xml.dom/share/classes/org/w3c/dom/xpath/
H A DXPathEvaluator.java89 XPathNSResolver resolver) in createExpression()
105 public XPathNSResolver createNSResolver(Node nodeResolver); in createNSResolver()
157 XPathNSResolver resolver, in evaluate()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/external/w3c_dom/org/w3c/dom/xpath/
H A DXPathEvaluator.java60 XPathNSResolver resolver) in createExpression()
76 public XPathNSResolver createNSResolver(Node nodeResolver); in createNSResolver()
129 XPathNSResolver resolver, in evaluate()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/external/w3c_dom/org/w3c/dom/xpath/
H A DXPathEvaluator.java60 XPathNSResolver resolver) in createExpression()
76 public XPathNSResolver createNSResolver(Node nodeResolver); in createNSResolver()
129 XPathNSResolver resolver, in evaluate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.xml.dom/share/classes/org/w3c/dom/xpath/
H A DXPathEvaluator.java89 XPathNSResolver resolver) in createExpression()
105 public XPathNSResolver createNSResolver(Node nodeResolver); in createNSResolver()
157 XPathNSResolver resolver, in evaluate()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/external/w3c_dom/org/w3c/dom/xpath/
H A DXPathEvaluator.java60 XPathNSResolver resolver) in createExpression()
76 public XPathNSResolver createNSResolver(Node nodeResolver); in createNSResolver()
129 XPathNSResolver resolver, in evaluate()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/external/w3c_dom/org/w3c/dom/xpath/
H A DXPathEvaluator.java60 XPathNSResolver resolver) in createExpression()
76 public XPathNSResolver createNSResolver(Node nodeResolver); in createNSResolver()
129 XPathNSResolver resolver, in evaluate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.xml.dom/share/classes/org/w3c/dom/xpath/
H A DXPathEvaluator.java89 XPathNSResolver resolver) in createExpression()
105 public XPathNSResolver createNSResolver(Node nodeResolver); in createNSResolver()
157 XPathNSResolver resolver, in evaluate()

12345678910>>...19