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 imagesOnly images enclosed in a draw:frame with a name starting with
IMAGE_NAME_PREFIX
and ending withIMAGE_NAME_SUFFIX
will be processed
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IMAGE_NAME_PREFIX
Only images enclosed in a draw:frame with a name starting with this prefix will be processedstatic java.lang.String
IMAGE_NAME_SUFFIX
Only images enclosed in a draw:frame with a name ending with this suffix will be processed-
Fields inherited from class net.sf.jooreports.templates.xmlfilters.XmlEntryFilter
DRAW_NAMESPACE, SCRIPT_NAMESPACE, STYLE_NAMESPACE, TABLE_NAMESPACE, TEXT_NAMESPACE, XLINK_NAMESPACE, XPATH_CONTEXT
-
-
Constructor Summary
Constructors Constructor Description DynamicImageFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doFilter(nu.xom.Document document)
-
Methods inherited from class net.sf.jooreports.templates.xmlfilters.XmlEntryFilter
newNode
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
doFilter
public void doFilter(nu.xom.Document document)
- Specified by:
doFilter
in classXmlEntryFilter
-
-