public class XmlParser {
public void validate () {
...
Class clazz = Class.forName("lark.SuperXmlValidator");
XmlValidator validator = (XmlValidator)clazz.newInstance();
validator.doThis(this);
validator.doThat(this);
Gosh, I really need my cape back ;-).
I hope you all are having nice Sunday dinners rather than sitting in front
of the computer like I am.
Don "Capeless JStud" Park