XmlElementNode
open class XmlElementNode(parent: XmlParentNode, val children: MutableSet<XmlNode>, val attributes: MutableMap<String, String>, val tagName: String) : XmlChildNode, XmlParentNode(source)
Inheritors
Constructors
Link copied to clipboard
constructor(parent: XmlParentNode, children: MutableSet<XmlNode>, attributes: MutableMap<String, String>, tagName: String)