Interface Document

  • All Known Implementing Classes:
    ListingDocument, MarkdownDocument

    public interface Document
    A document that can be transformed into a variety of HTML formats.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String transform​(java.lang.String format)
      Transform this document into a string suitable for writing into an HTML file.
    • Method Detail

      • transform

        java.lang.String transform​(java.lang.String format)
        Transform this document into a string suitable for writing into an HTML file.
        Parameters:
        format - Specifies a style/format for the generated HTML.
        Returns:
        String containing HTML of page for web site.