xml
Class DOMEnlarge.AddEmail

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

public static final class DOMEnlarge.AddEmail
extends Object

A class to add a e-mail section to all targets.


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

public DOMEnlarge.AddEmail()
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 first Exception element. An abort element is then created. A EXTERNAL_ABORT is appended as a text node. The abort element is added to the exception section as the first child.