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

Packages that use OSISUtil.OSISFactory
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.OSISFactory in org.crosswire.jsword.book
 

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

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

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

Fields in org.crosswire.jsword.book.filter.gbf declared as OSISUtil.OSISFactory
(package private) static OSISUtil.OSISFactory GBFTags.OSIS_FACTORY
          To create OSIS DOM nodes.
 

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

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


Copyright ? 2003-2011