public interface RepresentableAsXml
This interface can be implements by all objects that have
XML string representation in addition to usual string form
returned by toString()
method.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toXmlString()
Return XML string describing this object.
|