net.sf.jooreports.templates.xmlfilters
public class ScriptTagFilter extends XmlEntryFilter
Scripts can contain FreeMarker directives to be placed at the location of the script itself, or at some enclosing tag. For example a script inside a table cell can contain a [#list items as item] directive to be inserted at the enclosing table row so that the entire row will be repeated for each item in the list.
DRAW_NAMESPACE, SCRIPT_NAMESPACE, STYLE_NAMESPACE, TABLE_NAMESPACE, TEXT_NAMESPACE, XLINK_NAMESPACE, XPATH_CONTEXT
Constructor and Description |
---|
ScriptTagFilter() |
Modifier and Type | Method and Description |
---|---|
void |
doFilter(nu.xom.Document document) |
newNode
public void doFilter(nu.xom.Document document) throws DocumentTemplateException
doFilter
in class XmlEntryFilter
DocumentTemplateException