Package org.teavm.jso.dom.xml
Class XMLSerializer
java.lang.Object
org.teavm.jso.dom.xml.XMLSerializer
- All Implemented Interfaces:
org.teavm.jso.JSObject
The XMLSerializer interface provides the ability to construct an XML string
representing a DOM tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XMLSerializer
create()
Deprecated.serializeToString
(Node rootNode) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
XMLSerializer
public XMLSerializer()
-
-
Method Details
-
create
Deprecated. -
serializeToString
-