org.crosswire.common.xml
Interface Converter
- All Known Implementing Classes:
- TransformingSAXEventProviderConverter
public interface Converter
A generic method of converting one SAX stream into another. This can be a
wrapper around an XSL transform or anything else.
- Author:
- Joe Walker
- See Also:
The GNU Lesser General Public License for details.
convert
SAXEventProvider convert(SAXEventProvider provider)
throws TransformerException
- Convert one SAX stream into another.
- Parameters:
provider
- The source stream
- Returns:
- The destination stream
- Throws:
TransformerException
- If the transformation can't be completed