Uses of Interface
org.teavm.jso.dom.xml.DocumentType
Packages that use DocumentType
-
Uses of DocumentType in org.teavm.jso.dom.xml
Methods in org.teavm.jso.dom.xml that return DocumentTypeModifier and TypeMethodDescriptionDOMImplementation.createDocumentType(String qualifiedName, String publicId, String systemId)
Document.getDoctype()
Methods in org.teavm.jso.dom.xml with parameters of type DocumentTypeModifier and TypeMethodDescriptionDOMImplementation.createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)