elvisDoc
Class ElvisDocHTMLDoc
java.lang.Object
elvisDoc.ElvisDocHTMLDoc
public class ElvisDocHTMLDoc
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
root
public String root
ElvisDocHTMLDoc
public ElvisDocHTMLDoc(Hashtable<String,elvisDocItem> idocList,
String rootName,
String outputPath)
throws IOException
- Throws:
IOException
copyPresetFiles
public void copyPresetFiles(String root)
throws IOException
- Throws:
IOException
createTypicalFile
public void createTypicalFile(elvisDocItem edi,
elvisDocItem rootItem)
throws IOException
- Throws:
IOException
insertLinks
public String insertLinks(String in)
writeToRoot
public void writeToRoot(elvisDocItem edi,
BufferedWriter fr,
String rootName)
throws IOException
- Throws:
IOException
createIndex
public void createIndex(String rootName)
throws IOException
- Throws:
IOException
writeTreeRec
public void writeTreeRec(elvisDocItem edi,
BufferedWriter fr,
String indent)
throws IOException
- Throws:
IOException