Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void characters(char[] ch,int start, int length) throws SAXException{
- String lecture = new String(ch,start,length);
- lecture = StringEscapeUtils.escapeXml(lecture);
- if(buffer != null) buffer.append(lecture);
- }
Advertisement
Add Comment
Please, Sign In to add comment