XmlAttributeNaturalImpl constructor

XmlAttributeNaturalImpl(
  1. XmlSourceRange source,
  2. XmlName name,
  3. String value,
  4. XmlAttributeType attributeType,
  5. XmlSourceRange source_equals_sign,
  6. XmlSourceRange source_key,
  7. XmlSourceRange source_value,
)

Implementation

XmlAttributeNaturalImpl(
  this.source,
  XmlName name,
  String value,
  XmlAttributeType attributeType,
  this.source_equals_sign,
  this.source_key,
  this.source_value,
) : super(name, value, attributeType);