Package de.unirostock.sems.xmlutils.run
Class XMLTool
- java.lang.Object
-
- de.unirostock.sems.xmlutils.run.XMLTool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voiddoIt(TreeDocument doc)Do it.abstract Stringusage()Usage.
-
-
-
Field Detail
-
args
protected String[] args
The args.
-
-
Constructor Detail
-
XMLTool
public XMLTool(String[] args)
Instantiates a new xML tool.- Parameters:
args- the args
-
-
Method Detail
-
doIt
public abstract void doIt(TreeDocument doc) throws Exception
Do it.- Parameters:
doc- the doc- Throws:
Exception- the exception
-
usage
public abstract String usage()
Usage.- Returns:
- the string
-
-