Uses of Class
org.crosswire.jsword.book.OSISUtil.ObjectFactory

Packages that use OSISUtil.ObjectFactory
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.book.filter.gbf A Filter that converts from GBF format data to OSIS format data. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

Uses of OSISUtil.ObjectFactory in org.crosswire.jsword.book
 

Fields in org.crosswire.jsword.book declared as OSISUtil.ObjectFactory
private static OSISUtil.ObjectFactory OSISUtil.factory
           
 

Methods in org.crosswire.jsword.book that return OSISUtil.ObjectFactory
static OSISUtil.ObjectFactory OSISUtil.factory()
          An accessor for the ObjectFactory that creates OSIS objects
 

Uses of OSISUtil.ObjectFactory in org.crosswire.jsword.book.filter.gbf
 

Fields in org.crosswire.jsword.book.filter.gbf declared as OSISUtil.ObjectFactory
protected static OSISUtil.ObjectFactory GBFTags.OSIS_FACTORY
          To create OSIS DOM nodes.
 

Uses of OSISUtil.ObjectFactory in org.crosswire.jsword.book.sword
 

Methods in org.crosswire.jsword.book.sword with parameters of type OSISUtil.ObjectFactory
private  List ConfigEntry.processLines(OSISUtil.ObjectFactory factory, String aValue)
           
private  void ConfigEntryTable.toOSIS(OSISUtil.ObjectFactory factory, org.jdom.Element ele, String aTitle, ConfigEntryType[] category)
          Build an ordered map so that it displays in a consistent order.
 


Copyright ยจ 2003-2005