xml
Class DOMEnlarge.AddGeometry

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

public static final class DOMEnlarge.AddGeometry
extends Object

A class to add a geometry setup to all targets.


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

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