public class LoadFieldModule extends CommandModule
has_started
Constructor and Description |
---|
LoadFieldModule() |
Modifier and Type | Method and Description |
---|---|
void |
exit()
function called prior to program exit
|
void |
init()
function called prior to start of processing input file
|
void |
process(org.w3c.dom.Element element)
reads element data and performs appropriate action
|
void |
start()
function called prior to main loop
|
finish
public void init()
CommandModule
init
in class CommandModule
public void process(org.w3c.dom.Element element)
CommandModule
process
in class CommandModule
element
- XML element containing data objectspublic void start()
CommandModule
start
in class CommandModule
public void exit()
CommandModule
exit
in class CommandModule