xml
Class DOMEnlarge.AddFocus

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

public static final class DOMEnlarge.AddFocus
extends Object

A class to add a focus setup to all targets.


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

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