WEBELO
HTML Visualizer & DOM Library
Loading...
Searching...
No Matches
DOMImplementation Class Reference

Public Member Functions

DocumentTypecreateDocumentType (DOMString name, DOMString publicId, DOMString systemId)
XMLDocumentcreateDocument (std::optional< DOMString > namesp, DOMString qualifiedName, std::optional< DocumentType > doctype=std::nullopt)
DocumentcreateHTMLDocument (std::optional< DOMString > title)
bool hasFeature ()

Public Attributes

Documentassociated_doc = nullptr

Detailed Description

Definition at line 1391 of file Webelo.cpp.

Member Function Documentation

◆ createDocument()

XMLDocument * DOMImplementation::createDocument ( std::optional< DOMString > namesp,
DOMString qualifiedName,
std::optional< DocumentType > doctype = std::nullopt )

Definition at line 4421 of file Webelo.cpp.

◆ createDocumentType()

DocumentType * DOMImplementation::createDocumentType ( DOMString name,
DOMString publicId,
DOMString systemId )

Definition at line 4414 of file Webelo.cpp.

◆ createHTMLDocument()

Document * DOMImplementation::createHTMLDocument ( std::optional< DOMString > title)

Definition at line 4442 of file Webelo.cpp.

◆ hasFeature()

bool DOMImplementation::hasFeature ( )

Definition at line 4468 of file Webelo.cpp.

Member Data Documentation

◆ associated_doc

Document* DOMImplementation::associated_doc = nullptr

Definition at line 1393 of file Webelo.cpp.


The documentation for this class was generated from the following file: