Class XhtmlConverter

java.lang.Object
org.concordion.internal.XhtmlConverter
All Implemented Interfaces:
SpecificationConverter

public class XhtmlConverter extends Object implements SpecificationConverter
  • Constructor Details

    • XhtmlConverter

      public XhtmlConverter()
  • Method Details

    • convert

      public InputStream convert(InputStream inputStream, String specificationName) throws IOException
      Description copied from interface: SpecificationConverter
      Convert the specification's input stream to an HTML input stream.
      Specified by:
      convert in interface SpecificationConverter
      Parameters:
      inputStream - the input stream containing the content of the specification
      specificationName - the filename of the specification (without the path)
      Returns:
      converted specification content
      Throws:
      IOException - on i/o error