Matra DTD Parser 0.8b

com.conradroche.matra.tree
Class DTDTree

java.lang.Object
  |
  +--com.conradroche.matra.tree.DTDTree

public class DTDTree
extends Object

Utility class to generate the dtd tree.


Constructor Summary
DTDTree(DTDParser parser)
          DTDTree constructor comment.
 
Method Summary
 void printTrees()
          Prints the trees for this dtd.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDTree

public DTDTree(DTDParser parser)
        throws DTDException
DTDTree constructor comment.
Parameters:
parser - a DTDParser object
Throws:
DTDException - If the dtd is not completely parsed yet.
Method Detail

printTrees

public void printTrees()
                throws DTDException
Prints the trees for this dtd.
Throws:
DTDException - If creation of the dtd tree failed.

Matra DTD Parser 0.8b