xml
Class DOMEnlarge.AddExposureBuffer
java.lang.Object
xml.DOMEnlarge.AddExposureBuffer
- Enclosing class:
- DOMEnlarge
public static final class DOMEnlarge.AddExposureBuffer
- extends Object
A class to add a buffer to the exposure time.
|
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 |
DOMEnlarge.AddExposureBuffer
public DOMEnlarge.AddExposureBuffer()
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).