Uses of Interface
org.crosswire.jsword.book.filter.Filter

Packages that use Filter
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
org.crosswire.jsword.book.filter This data package manages the filtering of book data returned by the various books. 
org.crosswire.jsword.book.filter.gbf A Filter that converts from GBF format data to OSIS format data. 
org.crosswire.jsword.book.filter.osis A Filter that loads OSIS format data into JDOM. 
org.crosswire.jsword.book.filter.plaintext A Filter that converts from plain text format data to OSIS format data. 
org.crosswire.jsword.book.filter.thml A Filter that converts from THML 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 Filter in org.crosswire.jsword.book.basic
 

Methods in org.crosswire.jsword.book.basic that return Filter
protected abstract  Filter AbstractPassageBook.getFilter()
          What filter should be used to filter data in the format produced by this Book?.
 

Uses of Filter in org.crosswire.jsword.book.filter
 

Fields in org.crosswire.jsword.book.filter declared as Filter
private static Filter FilterFactory.deft
          The lookup table of filters
 

Methods in org.crosswire.jsword.book.filter that return Filter
static Filter FilterFactory.getDefaultFilter()
          Find a filter given a lookup string
static Filter FilterFactory.getFilter(String lookup)
          Find a filter given a lookup string.
 

Methods in org.crosswire.jsword.book.filter with parameters of type Filter
static void FilterFactory.addFilter(String name, Filter instance)
          Add to our list of known filters
 

Uses of Filter in org.crosswire.jsword.book.filter.gbf
 

Classes in org.crosswire.jsword.book.filter.gbf that implement Filter
 class GBFFilter
          Filter to convert GBF data to OSIS format.
 

Uses of Filter in org.crosswire.jsword.book.filter.osis
 

Classes in org.crosswire.jsword.book.filter.osis that implement Filter
 class OSISFilter
          Filter to convert an OSIS XML string to OSIS format.
 

Uses of Filter in org.crosswire.jsword.book.filter.plaintext
 

Classes in org.crosswire.jsword.book.filter.plaintext that implement Filter
 class PlainTextFilter
          Filter to convert plain text to OSIS format.
 

Uses of Filter in org.crosswire.jsword.book.filter.thml
 

Classes in org.crosswire.jsword.book.filter.thml that implement Filter
 class THMLFilter
          Filter to convert THML to OSIS format.
 

Uses of Filter in org.crosswire.jsword.book.sword
 

Methods in org.crosswire.jsword.book.sword that return Filter
protected  Filter SwordBook.getFilter()
           
 Filter SwordBookMetaData.getFilter()
          Returns the sourceType.
 


Copyright ยจ 2003-2005