Matra DTD Parser 0.8b

com.conradroche.matra
Class Matra

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

public class Matra
extends Object

Command line processor for the Matra DTD parser.

Author:
Conrad Roche

Field Summary
static String version
          The version number for this release of Matra.
 
Constructor Summary
Matra()
          Matra constructor comment.
 
Method Summary
static void main(String[] args)
          Main method for the Matra command-line processor.
 void parseDTDFiles(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
 

Field Detail

version

public static final String version
The version number for this release of Matra.
Constructor Detail

Matra

public Matra()
Matra constructor comment.
Method Detail

main

public static void main(String[] args)
Main method for the Matra command-line processor. Allows you to process a DTD resource.
Parameters:
args - Command line arguments.

parseDTDFiles

public void parseDTDFiles(String filename)
                   throws DTDException
Reads the list file and parses all the files mentioned in it.
Parameters:
filename - The location of the list file.
Throws:
DTDException - If the list file could not be read.

Matra DTD Parser 0.8b