Package | Description |
---|---|
org.crosswire.common.xml |
A collection of various XML utility classes.
|
org.crosswire.jsword.util |
This package contains general Project specific utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
TransformingSAXEventProviderConverter
An implementation of Converter that uses a TransformingSAXEventProvider to
transform one SAXEventProvider into another SAXEventProvider using XSL.
|
Modifier and Type | Method and Description |
---|---|
static Converter |
ConverterFactory.getConverter()
Generate a converter for the current converter name
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Class<Converter>> |
ConverterFactory.getKnownConverters()
Get a map of the known converters, by looking up the answers in Project
|