org.crosswire.common.xml
Interface Converter

All Known Implementing Classes:
ConfigurableSwingConverter, 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 [joe at eireneh dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Method Summary
 SAXEventProvider convert(SAXEventProvider provider)
          Convert one SAX stream into another.
 

Method Detail

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

Copyright ? 2003-2011