*/
public void apply(IClassLocator icl) {
// save locator for later use (when services are added)
m_locator = icl;
m_formatCache = new FormatterCache(icl);
// inherit namespace directly from package level, if not specified
String ns = getSpecifiedNamespace();
if (ns == null) {
ns = getParent().getNamespace();