net.sf.jooreports.templates.xmlfilters.tags
Class InsertAroundTag

java.lang.Object
  extended by net.sf.jooreports.templates.xmlfilters.AbstractInsertTag
      extended by net.sf.jooreports.templates.xmlfilters.tags.InsertAroundTag
All Implemented Interfaces:
JooScriptTag

public class InsertAroundTag
extends AbstractInsertTag


Constructor Summary
InsertAroundTag()
           
 
Method Summary
 void process(nu.xom.Element scriptElement, nu.xom.Element tagElement)
           
 
Methods inherited from class net.sf.jooreports.templates.xmlfilters.AbstractInsertTag
insertAfter, insertBefore, newNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertAroundTag

public InsertAroundTag()
Method Detail

process

public void process(nu.xom.Element scriptElement,
                    nu.xom.Element tagElement)
Specified by:
process in interface JooScriptTag
Specified by:
process in class AbstractInsertTag