|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jooreports.templates.xmlfilters.XmlEntryFilter
net.sf.jooreports.templates.xmlfilters.TextInputTagFilter
public class TextInputTagFilter
OpenDocument XML file filter that replaces text-input elements with FreeMarker expressions.
For example:
<text:text-input text-description="JOOScript">$user.name</text:text-input> becomes ${user.name}.
<text:text-input text-description="JOOScript">[#assign title='Mr.']</text:text-input> becomes [#assign title='Mr.'].
Field Summary |
---|
Fields inherited from class net.sf.jooreports.templates.xmlfilters.XmlEntryFilter |
---|
DRAW_NAMESPACE, SCRIPT_NAMESPACE, TABLE_NAMESPACE, TEXT_NAMESPACE, XLINK_NAMESPACE, XPATH_CONTEXT |
Constructor Summary | |
---|---|
TextInputTagFilter()
|
Method Summary | |
---|---|
void |
doFilter(nu.xom.Document document)
|
Methods inherited from class net.sf.jooreports.templates.xmlfilters.XmlEntryFilter |
---|
newNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextInputTagFilter()
Method Detail |
---|
public void doFilter(nu.xom.Document document)
doFilter
in class XmlEntryFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |