xml
Class DOMEnlarge.AddFile

java.lang.Object
  extended by xml.DOMEnlarge.AddFile
Enclosing class:
DOMEnlarge

public static final class DOMEnlarge.AddFile
extends Object

A class to add the file name to the dom.


Constructor Summary
DOMEnlarge.AddFile()
           
 
Method Summary
static void main(String[] arg)
          We use the input file from the first argument and parse it into a source DOM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMEnlarge.AddFile

public DOMEnlarge.AddFile()
Method Detail

main

public static void main(String[] arg)
We use the input file from the first argument and parse it into a source DOM. This DOM is then scanned for the User section. Before this (required) entry, the file name as deduced from the first command-line argument is inserted.