toXML method

XMLNode toXML()

Implementation

XMLNode toXML() {
  return XMLNode.xmlns(
    tag: 'replace',
    xmlns: lmcXmlns,
    attributes: {
      'id': id,
    },
  );
}