public class XMLDOMImplementation extends Object implements DOMImplementation:
Pure Klyn DOM Core implementation factory.
@example `klyn import klyn.io.xml.dom
implementation = XMLDOMImplementation() document = implementation.createDocument(null, "root", null)
| Modifier and Type | Member | Description |
|---|---|---|
| public | XMLDOMImplementation | Creates a DOM implementation instance. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | createDocumentcreateDocument(namespaceURI as String, qualifiedName as String, doctype as DocumentType) as Document throws DOMException: |
Performs a DOM operation. |
| public | createDocumentTypecreateDocumentType(qualifiedName as String, publicId as String, systemId as String) as DocumentType throws DOMException: |
Performs a DOM operation. |
| public | getFeature | No summary. |
| public | hasFeature | No summary. |