public interface Xmlizable
Modifier and Type | Method and Description |
---|---|
void |
loadFromXml(org.w3c.dom.Element elem)
Loads the object's state from the XML element.
|
org.w3c.dom.Element |
toXml(org.w3c.dom.Document doc)
Generate the XML representation of this object.
|
void loadFromXml(org.w3c.dom.Element elem)
elem
- An XML element containing the data for this objectorg.w3c.dom.Element toXml(org.w3c.dom.Document doc)
doc
- The Document object