Uses of Interface
org.crosswire.common.xml.Converter

Packages that use Converter
org.crosswire.common.xml A collection of various XML utility classes. 
org.crosswire.jsword.util This package contains general Project specific utilities. 
 

Uses of Converter in org.crosswire.common.xml
 

Classes in org.crosswire.common.xml that implement Converter
 class TransformingSAXEventProviderConverter
          An implementation of Converter that uses a TransformingSAXEventProvider to transform one SAXEventProvider into another SAXEventProvider using XSL.
 

Uses of Converter in org.crosswire.jsword.util
 

Methods in org.crosswire.jsword.util that return Converter
static Converter ConverterFactory.getConverter()
          Generate a converter for the current converter name
 

Methods in org.crosswire.jsword.util that return types with arguments of type Converter
static Map<String,Class<Converter>> ConverterFactory.getKnownConverters()
          Get a map of the known converters, by looking up the answers in Project
 


Copyright ยจ 2003-2015