|
WEBELO
HTML Visualizer & DOM Library
|
Public Member Functions | |
| DocumentType * | createDocumentType (DOMString name, DOMString publicId, DOMString systemId) |
| XMLDocument * | createDocument (std::optional< DOMString > namesp, DOMString qualifiedName, std::optional< DocumentType > doctype=std::nullopt) |
| Document * | createHTMLDocument (std::optional< DOMString > title) |
| bool | hasFeature () |
Public Attributes | |
| Document * | associated_doc = nullptr |
Definition at line 1391 of file Webelo.cpp.
| XMLDocument * DOMImplementation::createDocument | ( | std::optional< DOMString > | namesp, |
| DOMString | qualifiedName, | ||
| std::optional< DocumentType > | doctype = std::nullopt ) |
Definition at line 4421 of file Webelo.cpp.
| DocumentType * DOMImplementation::createDocumentType | ( | DOMString | name, |
| DOMString | publicId, | ||
| DOMString | systemId ) |
Definition at line 4414 of file Webelo.cpp.
| Document * DOMImplementation::createHTMLDocument | ( | std::optional< DOMString > | title | ) |
Definition at line 4442 of file Webelo.cpp.
| bool DOMImplementation::hasFeature | ( | ) |
Definition at line 4468 of file Webelo.cpp.
| Document* DOMImplementation::associated_doc = nullptr |
Definition at line 1393 of file Webelo.cpp.