public class SimpleXMLCreator
extends java.lang.Object
| Constructor and Description |
|---|
SimpleXMLCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRootElement(XmlElement element)
Set the root element of the xml tree.
|
java.lang.String |
toString()
Return the string representation of the xml tree.
|
public void setRootElement(XmlElement element)
element - The element to use as root element in this tree.public java.lang.String toString()
toString in class java.lang.Object