|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object xml_fixer.XMLFixer
public class XMLFixer
Adds
Field Summary | |
---|---|
(package private) java.io.File |
dir
|
Constructor Summary | |
---|---|
XMLFixer(java.lang.String dirPath)
Creates a new instance of Main |
Method Summary | |
---|---|
void |
fix()
|
private void |
fixFile(java.io.File file)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.io.File dir
Constructor Detail |
---|
public XMLFixer(java.lang.String dirPath)
Method Detail |
---|
public void fix() throws java.io.IOException
java.io.IOException
private void fixFile(java.io.File file) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.IOException
args
- the command line arguments
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |