copy method
Copies this node.
Implementation
@override
TBODYElement copy() {
return TBODYElement(
attributes: attributes, commented: isCommented, rows: copyContent());
}
Copies this node.
@override
TBODYElement copy() {
return TBODYElement(
attributes: attributes, commented: isCommented, rows: copyContent());
}