// other inits
XMLCharacterProperties.initCharFlags();
fAttrList = new XMLAttrList(fStringPool);
fLocator = this;
fReaderFactory = new DefaultReaderFactory();
// REVISIT - add all other instance variables...
fCDATASymbol = fStringPool.addSymbol("CDATA");
fDTDValidator = new DTDValidator(/*DTDValidator.EventHandler*/this, fStringPool, fErrorReporter, fEntityHandler);