xml
Class DOMEnlarge.AddAbstract

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

public static final class DOMEnlarge.AddAbstract
extends Object

A class to add the abstract section


Constructor Summary
DOMEnlarge.AddAbstract()
           
 
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.AddAbstract

public DOMEnlarge.AddAbstract()
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.