net.sf.jooreports.templates.xmlfilters
Class DynamicImageFilter
java.lang.Object
net.sf.jooreports.templates.xmlfilters.XmlEntryFilter
net.sf.jooreports.templates.xmlfilters.DynamicImageFilter
public class DynamicImageFilter
- extends XmlEntryFilter
Processes content.xml for dynamic images
Only images enclosed in a draw:frame with a name starting with IMAGE_NAME_PREFIX
and ending with IMAGE_NAME_SUFFIX
will be processed
Field Summary |
static java.lang.String |
IMAGE_NAME_PREFIX
Only images enclosed in a draw:frame with a name starting with
this prefix will be processed |
static java.lang.String |
IMAGE_NAME_SUFFIX
Only images enclosed in a draw:frame with a name ending with
this suffix will be processed |
Method Summary |
void |
doFilter(nu.xom.Document document)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMAGE_NAME_PREFIX
public static final java.lang.String IMAGE_NAME_PREFIX
- Only images enclosed in a draw:frame with a name starting with
this prefix will be processed
- See Also:
- Constant Field Values
IMAGE_NAME_SUFFIX
public static final java.lang.String IMAGE_NAME_SUFFIX
- Only images enclosed in a draw:frame with a name ending with
this suffix will be processed
- See Also:
- Constant Field Values
DynamicImageFilter
public DynamicImageFilter()
doFilter
public void doFilter(nu.xom.Document document)
- Specified by:
doFilter
in class XmlEntryFilter