public class DictToOsis extends Object
The GNU Lesser General Public License for details.| Modifier and Type | Field and Description |
|---|---|
private static String |
BOOK_NAME
The name of a Bible to find
|
private static FieldPosition |
pos |
| Constructor and Description |
|---|
DictToOsis() |
| Modifier and Type | Method and Description |
|---|---|
private void |
buildDocumentClose(StringBuffer buf) |
private void |
buildDocumentOpen(StringBuffer buf,
BookMetaData bmd) |
private void |
buildEntryOpen(StringBuffer buf,
String entryName,
String entryDef) |
void |
dump(String name) |
static void |
main(String[] args) |
private static final String BOOK_NAME
private static FieldPosition pos
public static void main(String[] args) throws BookException, IOException
args - BookExceptionIOExceptionpublic void dump(String name) throws BookException, IOException
BookExceptionIOExceptionprivate void buildDocumentOpen(StringBuffer buf, BookMetaData bmd)
private void buildDocumentClose(StringBuffer buf)
private void buildEntryOpen(StringBuffer buf, String entryName, String entryDef)