" developer's fault: characters not handled. " +
"Current state: " + current_state);
}
char[] ch = textValue.toCharArray();
buffer.characters(ch, 0, ch.length);
}
// Translate all attributes that are listed in i18n:attr attribute
private Attributes translateAttributes(final String element, Attributes attr)
throws SAXException {