/////////////////////////////////////////////////////////////////////////
// xmla help
/////////////////////////////////////////////////////////////////////////
public static CatalogLocator getCatalogLocator() {
if (CATALOG_LOCATOR == null) {
CATALOG_LOCATOR = new CatalogLocatorImpl();
}
return CATALOG_LOCATOR;
}