Class BufferedTagElement
java.lang.Object
fr.opensagres.xdocreport.document.preprocessor.sax.BufferedRegionAdpater
fr.opensagres.xdocreport.document.preprocessor.sax.BufferedRegion
fr.opensagres.xdocreport.document.preprocessor.sax.BufferedTagElement
- All Implemented Interfaces:
IBufferedRegion,ISavable
- Direct Known Subclasses:
BufferedEndTagElement,BufferedStartTagElement
Base class for start/end tag element. This buffer stores content of the start/end tag element and is enable to add
some content (ex: template engine script) on before/after the content of the start/end tag element.
-
Field Summary
Fields inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedRegion
regions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedRegion
addRegion, append, append, append, isString, resetMethods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedRegionAdpater
getOwnerElement, getParent, toString
-
Constructor Details
-
BufferedTagElement
-
-
Method Details
-
save
Description copied from interface:ISavableWrite the content of the buffer in the given writer.- Specified by:
savein interfaceISavable- Overrides:
savein classBufferedRegion- Throws:
IOException
-
setBefore
-
getBefore
-
setAfter
-
getAfter
-