1 import java
.io
.IOException
;
4 public static void main(String
[] args
) throws IOException
{
5 XMLTag root
= XMLParser
.parse(args
[0]);
6 System
.out
.println("Right before printing the tree");
9 System
.out
.println("Right after printing the tree, right before exiting");