XmlAttributeSyntheticImpl constructor
XmlAttributeSyntheticImpl(
- XmlName name,
- String value, [
- XmlAttributeType attributeType = XmlAttributeType.DOUBLE_QUOTE
Implementation
XmlAttributeSyntheticImpl(
this.name,
this.value, [
this.attributeType = XmlAttributeType.DOUBLE_QUOTE,
]) {
name.attachParent(this);
}