xml
Class DOMEnlarge.AddAbort

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

public static final class DOMEnlarge.AddAbort
extends Object

A class to add an abort section to the exception element.


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

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