SvgElementNodeConstructorFn

typealias SvgElementNodeConstructorFn<T> = (parent: XmlParentNode, children: MutableSet<XmlNode>, attributes: MutableMap<String, String>) -> T(source)