// immediately write the child hierarchy to the storage
// open parent node for reading only so that it is not necessary
// to write out it's data again
rStorage.openNode(nStorageHandle, false);
writeChildNode(rStorage, nIndex);
rStorage.closeNode();
}
catch (IOException eIO)
{
throw new StorageException("Writing child node(s) to storage failed",
eIO);