434445464748495051
} protected State createChildState(StartTagInfo tag) { if(Util.isAnnotationElement(tag)) // parse it as an annotation return new AnnotationState( ((SchmitXMLSchemaReader)reader).dom ); else return super.createChildState(tag); }