void setDBObject(DBObject doc) {
_root = new DocFieldObject(null, null, doc, null);
XmlComponentUnit div = getComponentBoundUnit(Item.div);
div.removeAllChildren();
div.addChild(_root);
div.structureComponent();
}
DBObject getDBObject() {
return (DBObject) _root.getValue();