Class OutputBuffer


  • public class OutputBuffer
    extends Object
    This class is used to gather all the output from a TSL evaluation. The resulting string can be retrieved by using the toString method. Excess whitespace characters will be filtered from the result.
    Since:
    5.0
    Author:
    O. Kerpershoek
    • Constructor Detail

      • OutputBuffer

        public OutputBuffer()
    • Method Detail

      • append

        public void append​(String text)
        This method can be used to add the specified text to the output string.
        Parameters:
        text - The text that should be added.