write(TAG_CLOSE+"\n", false);
needToClose = false;
}
histgrams.peek().update(uri, localName, qName);
histgrams.push(new Histgram());
write(TAG_OPEN + qName, true); // + getXPath() + "\n");
int length = atts.getLength();
for (int i = 0; i < length; i++) {