org.crosswire.jsword.examples
Class DictToOsis
java.lang.Object
org.crosswire.jsword.examples.DictToOsis
public class DictToOsis
- extends Object
Start of a mechanism to extract a Dictionary module to OSIS.
- Author:
- DM Smith [dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOK_NAME
private static final String BOOK_NAME
- The name of a Bible to find
- See Also:
- Constant Field Values
pos
private static FieldPosition pos
DictToOsis
public DictToOsis()
main
public static void main(String[] args)
throws BookException,
IOException
- Parameters:
args
-
- Throws:
BookException
IOException
dump
public void dump(String name)
throws BookException,
IOException
- Throws:
BookException
IOException
buildDocumentOpen
private void buildDocumentOpen(StringBuffer buf,
BookMetaData bmd)
buildDocumentClose
private void buildDocumentClose(StringBuffer buf)
buildEntryOpen
private void buildEntryOpen(StringBuffer buf,
String entryName,
String entryDef)