xml
Class DOMEnlarge.AddExposureBuffer

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

public static final class DOMEnlarge.AddExposureBuffer
extends Object

A class to add a buffer to the exposure time.


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

public DOMEnlarge.AddExposureBuffer()
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 Instrument element. A Constant element is then created. A ExposureIncrease constant carrying 0.1 is added before the second sibling of the instrument element (after the exposure time).