Package org.concordion.internal
Class XhtmlConverter
java.lang.Object
org.concordion.internal.XhtmlConverter
- All Implemented Interfaces:
SpecificationConverter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvert
(InputStream inputStream, String specificationName) Convert the specification's input stream to an HTML input stream.
-
Constructor Details
-
XhtmlConverter
public XhtmlConverter()
-
-
Method Details
-
convert
Description copied from interface:SpecificationConverter
Convert the specification's input stream to an HTML input stream.- Specified by:
convert
in interfaceSpecificationConverter
- Parameters:
inputStream
- the input stream containing the content of the specificationspecificationName
- the filename of the specification (without the path)- Returns:
- converted specification content
- Throws:
IOException
- on i/o error
-