XMLDOMImplementation
classin packageklyn.io.xml.dom
public class XMLDOMImplementation extends Object implements DOMImplementation:
└ XMLDOMImplementation
All Implemented Interfaces: DOMImplementation

Pure Klyn DOM Core implementation factory.

@example `klyn import klyn.io.xml.dom

implementation = XMLDOMImplementation() document = implementation.createDocument(null, "root", null)

Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public XMLDOMImplementation Creates a DOM implementation instance.
Methods
Modifier and Type Member Description
public createDocument
createDocument(namespaceURI as String, qualifiedName as String, doctype as DocumentType) as Document throws DOMException:
Performs a DOM operation.
public createDocumentType
createDocumentType(qualifiedName as String, publicId as String, systemId as String) as DocumentType throws DOMException:
Performs a DOM operation.
public getFeature
getFeature(feature as String, version as String) as Object:
No summary.
public hasFeature
hasFeature(feature as String, version as String) as Boolean:
No summary.
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml
Methods inherited from DOMImplementation: createDocument, createDocumentType, getFeature, hasFeature