if (aGrammar == null || !(aGrammar instanceof SchemaGrammar) ) {
if (processContentStrict) {
reportError = true;
}
} else {
SchemaGrammar sGrammar = (SchemaGrammar) aGrammar;
Hashtable attRegistry = sGrammar.getAttributeDeclRegistry();
if (attRegistry == null) {
if (processContentStrict) {
reportError = true;
}
} else {