copy method

  1. @override
CAPTIONElement copy()
override

Copies this node.

Implementation

@override
CAPTIONElement copy() {
  return CAPTIONElement(
      attributes: attributes, commented: isCommented, content: copyContent());
}