126127128129130131132133
{ try { _saxHandler.characters(characters, offset, length); } catch (SAXException e) { throw new TransletException(e); } }