doc.emptyElement(child);
Point<Doc.N> point = Point.<Doc.N> inElement(child, null);
doc.insertText(point, val);
}
} else {
XmlStringBuilder xml = GadgetXmlUtil.constructStateXml(property.getKey(), val);
doc.insertXml(Point.<Doc.N> inElement(existingElement, null), xml);
}
}
}
}