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