Uses of Interface
org.teavm.jso.dom.xml.Document
Packages that use Document
-
Uses of Document in org.teavm.jso.ajax
Methods in org.teavm.jso.ajax that return Document -
Uses of Document in org.teavm.jso.dom.html
Subinterfaces of Document in org.teavm.jso.dom.html -
Uses of Document in org.teavm.jso.dom.xml
Methods in org.teavm.jso.dom.xml that return DocumentModifier and TypeMethodDescriptionDOMImplementation.createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
Node.getOwnerDocument()
abstract Document
DOMParser.parseFromString(String s, String mimeType)
Parses the given string.