/**
* SAX2: Receive notification of the beginning of a document.
*/
public void startDocument() {
_shortTexts = new Hashtable();
_names = new Hashtable();
_sp = 0;
_parentStack[0] = ROOTNODE; // root
_currentNode = ROOTNODE + 1;
_currentAttributeNode = 0;
startPrefixMapping(EMPTYSTRING, EMPTYSTRING);