|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Fields in org.crosswire.jsword.book.filter with type parameters of type Filter | |
---|---|
private static Map<String,Filter> |
FilterFactory.filters
The lookup table of filters |
Methods in org.crosswire.jsword.book.filter that return Filter | |
---|---|
Filter |
Filter.clone()
This needs to be declared here so that it is visible as a method on a derived 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 |
---|
Fields in org.crosswire.jsword.book.sword declared as Filter | |
---|---|
protected Filter |
SwordGenBook.filter
The filter to use to convert to OSIS. |
private Filter |
SwordDictionary.filter
The filter to use to convert to OSIS. |
private Filter |
SwordBook.filter
The filter to use to convert to OSIS. |
Methods in org.crosswire.jsword.book.sword that return Filter | |
---|---|
Filter |
SwordBookMetaData.getFilter()
|
protected Filter |
SwordBook.getFilter()
|
|
Copyright ยจ 2003-2015 | |||||||||
PREV NEXT | FRAMES NO FRAMES |