ICompactFragment

Base interface for CompactFragment implementations.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val contentString: String
Link copied to clipboard
abstract val isEmpty: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun getXmlReader(): XmlReader
Link copied to clipboard
abstract fun serialize(out: XmlWriter)

Write the object to an xml stream. The object is expected to write itself and its children.