xml
Class DOMEnlarge.AddFile
java.lang.Object
xml.DOMEnlarge.AddFile
- Enclosing class:
- DOMEnlarge
public static final class DOMEnlarge.AddFile
- extends Object
A class to add the file name to the dom.
|
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.AddFile
public DOMEnlarge.AddFile()
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 User section. Before
this (required) entry, the file name as deduced from the first
command-line argument is inserted.