XmlValue

annotation class XmlValue(val value: Boolean = true)(source)

Force a property to be content of the tag. This is both for text content, but if the type is a list of tag-like types (Node, Element, CompactFragment it will also allow mixed content) of tags not supported by the base type.

Properties

Link copied to clipboard
val value: Boolean = true