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