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