if(sHandler == null) {
sHandler = new SubstitutionGroupHandler(fGrammarBucket);
}
fSubGroupHandler = sHandler;
//get an instance of the CMNodeFactory */
CMNodeFactory nodeFactory = new CMNodeFactory() ;
//REVISIT: shouldn't the SecurityManager be allowed to set, if an application tries to load standalone schema - nb.
if(builder == null) {
builder = new CMBuilder(nodeFactory);
}
fCMBuilder = builder;