@FunctionalInterface
public interface XmlStorable
Modifier and Type | Method and Description |
---|---|
void |
storeXml(SimpleXmlWriter xml)
Store this as XML.
|
default java.lang.String |
toXmlText()
Convert this item into partial XML text.
|
void storeXml(@NotNull SimpleXmlWriter xml)
xml
- simple XML writer@NotNull default java.lang.String toXmlText()