java.lang.Object | +----ScalaXML
Main class: Takes the file spec of the input TVSCHEDULE file and the output Scala Lingua script, instantiates the parser and passes the file names on to TVScheduleHandler
java ScalaXML <inputXMLfile> <templatefile>
<outputscalascript> -singleoutput
where inputXML
is the TVSCHEDULE XML file,
templatefile
contains the Scala template script and
outputscalascript
is the Scala Lingua script file to
be generated. If the -singleoutput
flag is used,
all output goes to outputscalascript
Otherwise, all
output goes to several files of the form
outputscalascript+channel number
, depending on how many
program channels are listed in the original file.
public ScalaXML()
public static void main(String args[]) throws Exception