Class AbstractInsertTag
- java.lang.Object
-
- net.sf.jooreports.templates.xmlfilters.AbstractInsertTag
-
- All Implemented Interfaces:
JooScriptTag
- Direct Known Subclasses:
InsertAfterTag
,InsertAroundTag
,InsertBeforeTag
public abstract class AbstractInsertTag extends java.lang.Object implements JooScriptTag
-
-
Constructor Summary
Constructors Constructor Description AbstractInsertTag()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
insertAfter(nu.xom.Element scriptElement, nu.xom.Element tagElement, nu.xom.Node node)
protected void
insertBefore(nu.xom.Element scriptElement, nu.xom.Element tagElement, nu.xom.Node node)
protected static nu.xom.Node
newNode(java.lang.String script)
abstract void
process(nu.xom.Element scriptElement, nu.xom.Element tagElement)
-
-
-
Method Detail
-
process
public abstract void process(nu.xom.Element scriptElement, nu.xom.Element tagElement)
- Specified by:
process
in interfaceJooScriptTag
-
insertBefore
protected void insertBefore(nu.xom.Element scriptElement, nu.xom.Element tagElement, nu.xom.Node node)
-
insertAfter
protected void insertAfter(nu.xom.Element scriptElement, nu.xom.Element tagElement, nu.xom.Node node)
-
newNode
protected static nu.xom.Node newNode(java.lang.String script)
-
-