Copies this node.
@override TDElement copy() { return TDElement( attributes: attributes, commented: isCommented, content: copyContent()); }