this.discardIgnorableWhitespace =
configuration.getDiscardIgnorableWhitespace();
this.recordPerEventLocation = configuration.getRecordPerEventLocation();
this.stringTable = new StringTable();
this.intArray = new int[32];
this.characterArray = new char[1024];
this.attributeBuilder = new AttributeContainerBuilderImpl(stringTable);
this.balancingEventPositionReferences = new Stack();
recordingInProgress = true;