Package-level declarations
Types
Link copied to clipboard
class AvgAttrNode(parent: XmlParentNode, val children: MutableSet<XmlNode>, attributes: MutableMap<String, String>) : AvgElementNode, AvgNode
Link copied to clipboard
Link copied to clipboard
class AvgClipPath(parent: XmlParentNode, val attributes: MutableMap<String, String>) : AvgChildNode, AvgNode
Link copied to clipboard
open class AvgElementNode(parent: XmlParentNode, val children: MutableSet<XmlNode>, attributes: MutableMap<String, String>, val tagName: String) : XmlElementNode, AvgNode
Link copied to clipboard
class AvgGradientItemNode(parent: XmlParentNode, val attributes: MutableMap<String, String>) : AvgChildNode, AvgNode
Link copied to clipboard
class AvgGradientNode(parent: XmlParentNode, children: MutableSet<XmlNode>, attributes: MutableMap<String, String>) : AvgElementNode, AvgNode, AvgLinearGradient, AvgRadianGradient, AvgSweepGradient
Link copied to clipboard
class AvgGroupNode(parent: XmlParentNode, children: MutableSet<XmlNode>, attributes: MutableMap<String, String>) : AvgElementNode, AvgNode
Link copied to clipboard
class AvgPathNode(parent: XmlParentNode, children: MutableSet<XmlNode>, attributes: MutableMap<String, String>) : AvgElementNode, AvgNode
Link copied to clipboard
class AvgRootNode(parent: XmlParentNode, val children: MutableSet<XmlNode>, attributes: MutableMap<String, String>) : AvgElementNode, AvgNode