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. |
version
public static final String version
- The version number for this release of Matra.
Matra
public Matra()
- Matra constructor comment.
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.