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