Home
last modified time | relevance | path

Searched refs:DOMImplementation (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Doc/library/
Dxml.dom.rst47 limited improvements: There is a :class:`DOMImplementation` object class which
89 should return an object which implements the :class:`DOMImplementation`
99 the corresponding module and returns a :class:`DOMImplementation` object if the
107 :class:`DOMImplementation` objects.
164 | :class:`DOMImplementation` | :ref:`dom-implementation-objects` | Interface to the underlying …
202 DOMImplementation Objects
205 The :class:`DOMImplementation` interface provides a way for applications to
208 :class:`DocumentType` objects using the :class:`DOMImplementation` as well.
211 .. method:: DOMImplementation.hasFeature(feature, version)
217 .. method:: DOMImplementation.createDocument(namespaceUri, qualifiedName, doctype)
[all …]
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl264 [SameObject] readonly attribute DOMImplementation implementation;
310 interface DOMImplementation {
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …omElementRegistry" | "CustomEvent" | "DOMError" | "DOMException" | "DOMImplementation" | "DOMMatri…
DmappedTypeRecursiveInference.types100 …tRegistry: any; CustomEvent: any; DOMError: any; DOMException: any; DOMImplementation: any; DOMMat…
102 …tRegistry: any; CustomEvent: any; DOMError: any; DOMException: any; DOMImplementation: any; DOMMat…
108 …tRegistry: any; CustomEvent: any; DOMError: any; DOMException: any; DOMImplementation: any; DOMMat…
110 …tRegistry: any; CustomEvent: any; DOMError: any; DOMException: any; DOMImplementation: any; DOMMat…
/third_party/python/Lib/xml/dom/
Dminidom.py1415 class DOMImplementation(DOMImplementationLS): class
1550 implementation = DOMImplementation()
/third_party/typescript/tests/lib/
Dlib.d.ts5478 interface DOMImplementation { interface
5485 declare var DOMImplementation: { variable
5486 prototype: DOMImplementation;
5487 new(): DOMImplementation;
5761 implementation: DOMImplementation;
/third_party/typescript/lib/
Dlib.dom.d.ts3881 interface DOMImplementation { interface
3889 declare var DOMImplementation: { variable
3890 prototype: DOMImplementation;
3891 new(): DOMImplementation;
4594 readonly implementation: DOMImplementation;
/third_party/typescript/src/lib/
Ddom.generated.d.ts3861 interface DOMImplementation { interface
3869 declare var DOMImplementation: { variable
3870 prototype: DOMImplementation;
3871 new(): DOMImplementation;
4574 readonly implementation: DOMImplementation;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136333 DOMImplementation, enumerator
137135 DOMImplementation, enumerator
138612 struct PrototypeTraits<prototypes::id::DOMImplementation>
148371 class DOMImplementation;
150441 virtual mozilla::dom::DOMImplementation*
/third_party/python/Misc/
DHISTORY25651 DOMImplementation classes were added; Element supports the