InitVisitor { {{ private String errors = ""; }} {{ private Hashtable ids = new Hashtable(); }} after XMLDoc {{ host.set_element_ids(ids); }} public String get_return_val() {{ return errors; }} private void addError(String errorText) {{ errors = errors + "\n" + errorText; }} } // end of class InitVisitor