Package jline.io

Class InputOutput

java.lang.Object
jline.io.InputOutput

public class InputOutput extends Object
Functions to print on screen
  • Constructor Details

    • InputOutput

      public InputOutput()
  • Method Details

    • line_warning

      public static void line_warning(String caller, String msg, Object... args)
    • line_error

      public static void line_error(String caller, String msg)
    • mfilename

      public static String mfilename(Object obj)
    • main

      public static void main(String[] args) throws InterruptedException
      Throws:
      InterruptedException
    • writeXML

      public static void writeXML(String outputFileName, Document doc) throws TransformerException
      Writes the given XML Document object to a specified output file.
      Parameters:
      outputFileName - The name of the output file where the XML data will be written.
      doc - The Document object containing the XML data.
      Throws:
      TransformerException - If an unrecoverable error occurs during the transformation.