XmlStartElementEvent constructor
      
      XmlStartElementEvent(
    
    
- String name,
- List<XmlEventAttribute> attributes,
- bool isSelfClosing
Implementation
XmlStartElementEvent(this.name, this.attributes, this.isSelfClosing);