XmlAttributeNaturalImpl constructor
XmlAttributeNaturalImpl(
- XmlSourceRange source,
- XmlName name,
- String value,
- XmlAttributeType attributeType,
- XmlSourceRange source_equals_sign,
- XmlSourceRange source_key,
- 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);