com.conradroche.matra.example
Class ParseDTDFile

java.lang.Object
  |
  +--com.conradroche.matra.example.ParseDTDFile

public class ParseDTDFile
extends java.lang.Object

Sample code using Matra to parse a DTD file.

Author:
Conrad Roche

Constructor Summary
ParseDTDFile()
          ParseDTDFile Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Main Method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseDTDFile

public ParseDTDFile()
ParseDTDFile Constructor.
Method Detail

main

public static void main(java.lang.String[] args)
Main Method.
Parameters:
args - Command Line arguments. Will contain the file location of the DTD to be parsed.