copy method

Return a copy of this node and all its children.

Implementation

@override
XmlDoctype copy() => XmlDoctypeSyntheticImpl(text);