#include <DOMImplementation.h>
|
| DOMImplementation (Document &) |
|
void | ref () |
|
void | deref () |
|
Document & | document () |
|
WEBCORE_EXPORT ExceptionOr< Ref< DocumentType > > | createDocumentType (const String &qualifiedName, const String &publicId, const String &systemId) |
|
WEBCORE_EXPORT ExceptionOr< Ref< XMLDocument > > | createDocument (const String &namespaceURI, const String &qualifiedName, DocumentType *) |
|
WEBCORE_EXPORT Ref< HTMLDocument > | createHTMLDocument (const String &title) |
|
| DOMImplementation (Document &) |
|
void | ref () |
|
void | deref () |
|
Document & | document () |
|
WEBCORE_EXPORT ExceptionOr< Ref< DocumentType > > | createDocumentType (const String &qualifiedName, const String &publicId, const String &systemId) |
|
WEBCORE_EXPORT ExceptionOr< Ref< XMLDocument > > | createDocument (const String &namespaceURI, const String &qualifiedName, DocumentType *) |
|
WEBCORE_EXPORT Ref< HTMLDocument > | createHTMLDocument (const String &title) |
|
JSDOMObject * | wrapper () const |
|
void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
|
void | clearWrapper (JSDOMObject *) |
|
JSDOMObject * | wrapper () const |
|
void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
|
void | clearWrapper (JSDOMObject *) |
|
◆ DOMImplementation() [1/2]
DOMImplementation::DOMImplementation |
( |
Document & |
document | ) |
|
|
explicit |
◆ DOMImplementation() [2/2]
WebCore::DOMImplementation::DOMImplementation |
( |
Document & |
| ) |
|
|
explicit |
◆ createCSSStyleSheet() [1/2]
◆ createCSSStyleSheet() [2/2]
◆ createDocument() [1/4]
◆ createDocument() [2/4]
◆ createDocument() [3/4]
◆ createDocument() [4/4]
◆ createDocumentType() [1/2]
◆ createDocumentType() [2/2]
◆ createHTMLDocument() [1/2]
◆ createHTMLDocument() [2/2]
◆ deref() [1/2]
void WebCore::DOMImplementation::deref |
( |
| ) |
|
|
inline |
◆ deref() [2/2]
void WebCore::DOMImplementation::deref |
( |
| ) |
|
|
inline |
◆ document() [1/2]
Document& WebCore::DOMImplementation::document |
( |
| ) |
|
|
inline |
◆ document() [2/2]
Document& WebCore::DOMImplementation::document |
( |
| ) |
|
|
inline |
◆ hasFeature() [1/2]
static bool WebCore::DOMImplementation::hasFeature |
( |
| ) |
|
|
inlinestatic |
◆ hasFeature() [2/2]
static bool WebCore::DOMImplementation::hasFeature |
( |
| ) |
|
|
inlinestatic |
◆ ref() [1/2]
void WebCore::DOMImplementation::ref |
( |
| ) |
|
|
inline |
◆ ref() [2/2]
void WebCore::DOMImplementation::ref |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: