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

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

public class InsertBeforeTag
extends AbstractInsertTag


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

InsertBeforeTag

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