Package jline.io
Class InputOutput
java.lang.Object
jline.io.InputOutput
Functions to print on screen
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
line_error
(String caller, String msg) static void
line_warning
(String caller, String msg, Object... args) static void
static String
static void
Writes the given XML Document object to a specified output file.
-
Constructor Details
-
InputOutput
public InputOutput()
-
-
Method Details
-
line_warning
-
line_error
-
mfilename
-
main
- Throws:
InterruptedException
-
writeXML
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.
-