GrammarReaderController controller,
SAXParserFactory parserFactory ) {
super( controller, parserFactory, new StateFactory(), new ExpressionPool() );
// ignore the body of ur-type.
complexUrType.exp = new IgnoreItem(complexUrType.exp);
// ignore the schema location attribute
xsiSchemaLocationExp.exp = new IgnoreItem( xsiSchemaLocationExp.exp );
}