Interface FormatterInf

All Known Implementing Classes:
ANVLFormatter, FormatterAbs, JSONFormatter, XHTMLFormatter, XMLFormatter

public interface FormatterInf
Author:
dloy
  • Method Details

    • format

      void format(StateInf state, PrintStream stream) throws TException
      Create ouput format. Using the StateInf object, create a formatted output to this print stream
      Parameters:
      state - object to be formatted
      stream - output for formatted data
      Throws:
      TException
    • getFormatterType

      FormatterInf.Format getFormatterType()
      Get the requested format type
      Returns:
      requested format type