copy method
Return a copy of this node and all its children.
Implementation
@override
XmlAttribute copy() => XmlAttributeSyntheticImpl(
name.copy(),
value,
attributeType,
);
Return a copy of this node and all its children.
@override
XmlAttribute copy() => XmlAttributeSyntheticImpl(
name.copy(),
value,
attributeType,
);