net.sf.jooreports.templates.xmlfilters
Class DynamicImageFilter

java.lang.Object
  extended by net.sf.jooreports.templates.xmlfilters.XmlEntryFilter
      extended by 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
 
Fields inherited from class net.sf.jooreports.templates.xmlfilters.XmlEntryFilter
DRAW_NAMESPACE, SCRIPT_NAMESPACE, TABLE_NAMESPACE, TEXT_NAMESPACE, XLINK_NAMESPACE, XPATH_CONTEXT
 
Constructor Summary
DynamicImageFilter()
           
 
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
 

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
Constructor Detail

DynamicImageFilter

public DynamicImageFilter()
Method Detail

doFilter

public void doFilter(nu.xom.Document document)
Specified by:
doFilter in class XmlEntryFilter