com.conradroche.matra
Class Matra

java.lang.Object
  |
  +--com.conradroche.matra.Matra

public class Matra
extends java.lang.Object

Command line processor for the Matra DTD parser.

Author:
Conrad Roche

Constructor Summary
Matra()
          Matra constructor comment.
 
Method Summary
static void main(java.lang.String[] args)
          Main method.
 void parseDTDFiles(java.lang.String filename)
          Reads the list file and parses all the files mentioned in it.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Matra

public Matra()
Matra constructor comment.
Method Detail

main

public static void main(java.lang.String[] args)
Main method.
Parameters:
args - Command line arguments.

parseDTDFiles

public void parseDTDFiles(java.lang.String filename)
                   throws DTDException
Reads the list file and parses all the files mentioned in it.
Parameters:
filename - The location of the list file.