XmlAttributeSyntheticImpl constructor

XmlAttributeSyntheticImpl(
  1. XmlName name,
  2. String value, [
  3. XmlAttributeType attributeType = XmlAttributeType.DOUBLE_QUOTE
])

Implementation

XmlAttributeSyntheticImpl(
  this.name,
  this.value, [
  this.attributeType = XmlAttributeType.DOUBLE_QUOTE,
]) {
  name.attachParent(this);
}