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

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

public class InsertAfterTag
extends AbstractInsertTag


Constructor Summary
InsertAfterTag()
           
 
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

InsertAfterTag

public InsertAfterTag()
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