public interface XMLConvertible
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
appendXml(StringBuilder sb)
Generate XML String out of the this entity, And append this string to
given
StringBuilder and return it. |
String |
xml()
Generate XML String out of the this entity.
|
String xml()
StringBuilder appendXml(StringBuilder sb)
StringBuilder and return it.sb - stringCopyright © 2019. All rights reserved.