XmlNode

constructor(name: String, attributes: Map<String, String> = emptyMap(), children: List<XmlNode> = emptyList(), text: String? = null)