public class SimpleXMLCreator extends Object
Constructor and Description |
---|
SimpleXMLCreator() |
Modifier and Type | Method and Description |
---|---|
void |
setRootElement(XmlElement element)
Set the root element of the xml tree.
|
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.Copyright © 2016. All rights reserved.