Class BufferedTagElement

All Implemented Interfaces:
IBufferedRegion, ISavable
Direct Known Subclasses:
BufferedEndTagElement, BufferedStartTagElement

public class BufferedTagElement extends BufferedRegion
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.
  • Constructor Details

    • BufferedTagElement

      public BufferedTagElement(BufferedElement ownerElement)
  • Method Details