XmlStartElementEvent constructor

XmlStartElementEvent(
  1. String name,
  2. List<XmlEventAttribute> attributes,
  3. bool isSelfClosing
)

Implementation

XmlStartElementEvent(this.name, this.attributes, this.isSelfClosing);