* received might be the close of the same element, and empty elements
* can be written two different ways.*/
this.lastStartedElement = qName;
/* Must copy the attributes as they are reset on each callback. */
this.lastStartedAttributes = new AttributesImpl(attributes);
final DTDElement element = this.dtd.getElement(qName);
this.elementStack.push(element);
this.topElementWritten = false;
}