Interface ContentModelElement

    • Method Detail

      • getNextContentBufferElement

        ExtensibilityContent getNextContentBufferElement()

        This should be implemented to return the next buffer element to write to. Depending upon the implementation this method could always return the same buffer element. The buffer element in this case should be an object that is and implementation of ExtensibilityContent.

        Returns:
        An ExtensibilityContent object to write to.
      • flushContent

        java.lang.String flushContent()

        Flushes the content of the all the buffer elements

        Returns:
        A single String which is the output of all the buffer elements.