sigml2gsigml
Class Main

java.lang.Object
  extended by sigml2gsigml.Main

public class Main
extends java.lang.Object

Main class for the (arbitrary) SiGML to Gestural SiGML Converter.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Converts arbitrary SiGML to Gestural SiGML, using SiGMLInLib.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Converts arbitrary SiGML to Gestural SiGML, using SiGMLInLib. There are two modes of operation: either a single input SiGML document is supplied on standard input, or as a file whose path is specified by the first and only argument, or input and output directories of SiGML files are specified, via a two- or three- argument sequence of the form -d in_dir [out_dir], where, if it is not explicitly specified, the output directory path is obtained by appending -g to that of the input directory. In the first mode the result is provided on standard output. In the second mode, the output directory should not exist already, and each file in the input directory whose name ends with .sigml is converted to a corresponding file, with name ending in -g.sigml, in the output directory. Whatever its source, each input document should be UTF-8, and each output document is provided as UTF-8.

Throws:
java.io.IOException