769770771772773774775776
} public void endScript() { String s = textHandler.end(); if (s != null && s.length() > 0) { sectionContainer.addContent(new Script(s)); } }