Package org.teavm.jso.dom.xml
Interface DOMImplementation
- All Superinterfaces:
org.teavm.jso.JSObject
public interface DOMImplementation
extends org.teavm.jso.JSObject
-
Method Summary
Modifier and TypeMethodDescriptioncreateDocument
(String namespaceURI, String qualifiedName, DocumentType doctype) createDocumentType
(String qualifiedName, String publicId, String systemId) boolean
hasFeature
(String feature, String version) Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
hasFeature
-
createDocumentType
-
createDocument
-