copy method
Return a copy of this node and all its children.
Implementation
@override
XmlSimpleName copy() => XmlSimpleNameSyntheticImpl(local);
Return a copy of this node and all its children.
@override
XmlSimpleName copy() => XmlSimpleNameSyntheticImpl(local);