toXml method

  1. @mustCallSuper
XmlElement toXml()

must only be called to save this object.

Implementation

@mustCallSuper
XmlElement toXml() {
  return node.copy();
}