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 XMLSerializercreate()abstract StringserializeToString(Node rootNode) Constructs a string representing the specified DOM tree in XML form.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
XMLSerializer
public XMLSerializer()
-
-
Method Details
-
create
-
serializeToString
Constructs a string representing the specified DOM tree in XML form.
-