copy method

  1. @override
XmlAttribute copy()
override

Return a copy of this node and all its children.

Implementation

@override
XmlAttribute copy() => XmlAttribute(name.copy(), value, attributeType);