//list content of xfoafsscfresource
if(resource instanceof XfoafSscfResource)
{
XfoafSscfResource xfr = XfoafSscfResource.getXfoafSscfResource(resource.getStringURI());
Iterator<? extends XResource> it = xfr.listContent();
this.bookmarksTree(it, buffer, viewer, depth, session, level,parentIsOwner,standalone,false,inOwn,serviceAddr,selectedUri,pathsToUri);
}
//list content of siocdataresource
else if (resource instanceof SiocDataResource) {
SiocDataResource sdr = (SiocDataResource) resource;