XmlEventAttribute constructor

XmlEventAttribute(
  1. String name,
  2. String value,
  3. XmlAttributeType attributeType
)

Implementation

XmlEventAttribute(this.name, this.value, this.attributeType);