PropertyMgr.getDataField ()
get the field of the parent object that holds the xml-content for this object. The name of the xml-field is constructed out of the name of the mountpoint (this.__name__) and "_xml".

Sourcecode in PropertyMgr/objectFunctions.js:
1:   function getDataField() {
2:      return this.__name__ + "_xml";
3:   }