Class ScalaXML

java.lang.Object
   |
   +----ScalaXML

public class ScalaXML
extends Object
ScalaXML -- Creates Scala Lingua scripts from TVSCHEDULE formattted XML files that contain TV schedules for one or more channels for the week (or weeks.)

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


Usage:
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.

See Also:
ScalaScript, TVScheduleHandler, TemplateStream

Constructor Index

 o ScalaXML()

Method Index

 o main(String[])

Constructors

 o ScalaXML
 public ScalaXML()

Methods

 o main
 public static void main(String args[]) throws Exception