Class InsertBeforeTag
- java.lang.Object
-
- net.sf.jooreports.templates.xmlfilters.AbstractInsertTag
-
- net.sf.jooreports.templates.xmlfilters.tags.InsertBeforeTag
-
- All Implemented Interfaces:
JooScriptTag
public class InsertBeforeTag extends AbstractInsertTag
-
-
Constructor Summary
Constructors Constructor Description InsertBeforeTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(nu.xom.Element scriptElement, nu.xom.Element tagElement)
-
Methods inherited from class net.sf.jooreports.templates.xmlfilters.AbstractInsertTag
insertAfter, insertBefore, newNode
-
-
-
-
Method Detail
-
process
public void process(nu.xom.Element scriptElement, nu.xom.Element tagElement)
- Specified by:
process
in interfaceJooScriptTag
- Specified by:
process
in classAbstractInsertTag
-
-