PropertyMgr.getAll ()
function returns the whole xml encoded HopObject
Sourcecode in PropertyMgr/objectFunctions.js:
1:
function getAll() {
2:
this.evalCache();
3:
return this.cache.content;
4:
}