copy method
Return a copy of this node and all its children.
Implementation
@override
XmlProcessing copy() => XmlProcessingSyntheticImpl(target, text);
Return a copy of this node and all its children.
@override
XmlProcessing copy() => XmlProcessingSyntheticImpl(target, text);