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