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.
Method Summary |
void |
printTrees()
Prints the trees for this dtd. |
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.
printTrees
public void printTrees()
throws DTDException
- Prints the trees for this dtd.
- Throws:
DTDException
- If creation of the dtd tree failed.