Class MaisDocContentWriter
java.lang.Object
org.x4o.sax3.SAX3WriterEnum<SAX3WriterHtml.Tag, SAX3WriterXml>
org.x4o.sax3.SAX3WriterHtml
org.x4o.maisdoc.flake.MaisDocContentWriter
- All Implemented Interfaces:
Closeable, AutoCloseable, SAX3WriterEnumHammer<SAX3WriterHtml.Tag>
ContentWriterHtml Writes eld/java documentation in html.
- Version:
- 1.0 Apr 30, 2013
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from class SAX3WriterHtml
SAX3WriterHtml.DocType, SAX3WriterHtml.Tag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddocHtmlEnd(String copyright, String statsJS) voiddocHtmlStart(String title, List<String> keywords, String pathPrefix) voiddocNavBarAbout(String about) voidvoidvoidvoiddocPageBlockStart(String title, String namedLink, String comment) voidvoiddocPageClassStart(String title, String subTitle, SAX3WriterHtml.Tag titleTag) voidvoidvoiddocPagePackageDescription(String title, String summary, String description) voiddocPagePackageTitle(String title, String summary) docTable(String tableTitle, String tableDescription, MaisDocContentCss tableCss) voidvoiddocTableHeader(String titleFirst, String titleLast) voiddocTableRow(String dataFirst, String dataLast) voiddocTableRow(String dataFirst, String dataLast, String dataBlock) voidvoiddocTableRowLastStart(String dataFirst, String dataFirstHref) voiddocTableRowLink(String dataFirstHref, String dataFirst, String dataLast) voiddocTableStart(String tableTitle, String tableDescription, MaisDocContentCss tableCss) static Stringstatic Stringstatic StringMethods inherited from class SAX3WriterHtml
getPropertyConfig, printDocType, printHeadLinkCss, printHeadMeta, printHeadMetaContentType, printHeadMetaDate, printHeadTitle, printHref, printHref, printHref, printHrefNamed, printHrefTarget, printHtmlEnd, printHtmlStart, printScriptInline, printScriptNoDiv, printScriptNoDiv, printScriptSrc, printTag, printTag, printTag, printTag, printTag, printTagCharacters, printTagCharacters, printTagStart, printTagStart, printTagStart, printTagStart, printTagStartMethods inherited from class SAX3WriterEnum
close, endDocument, getContentWriterWrapped, getTagNamespaceUri, printCharacters, printComment, printTag, printTag, printTagCharacters, printTagEnd, printTagStart, printTagStart, printTagStartEnd, printTagStartEnd, startDocument
-
Constructor Details
-
MaisDocContentWriter
-
-
Method Details
-
docCommentGenerated
- Throws:
IOException
-
docHtmlStart
- Throws:
IOException
-
docHtmlEnd
- Throws:
IOException
-
docPagePackageTitle
- Throws:
IOException
-
docPagePackageDescription
public void docPagePackageDescription(String title, String summary, String description) throws IOException - Throws:
IOException
-
docPageClassStart
public void docPageClassStart(String title, String subTitle, SAX3WriterHtml.Tag titleTag) throws IOException - Throws:
IOException
-
docPageClassEnd
- Throws:
IOException
-
docPageContent
- Throws:
IOException
-
docPageContentStart
- Throws:
IOException
-
docPageContentEnd
- Throws:
IOException
-
docPageBlockStart
- Throws:
IOException
-
docPageBlockStart
- Throws:
IOException
-
docPageBlockEnd
- Throws:
IOException
-
docPageBlockNext
- Throws:
IOException
-
docTable
public ContentCloseable docTable(String tableTitle, String tableDescription, MaisDocContentCss tableCss) throws IOException - Throws:
IOException
-
docTableStart
public void docTableStart(String tableTitle, String tableDescription, MaisDocContentCss tableCss) throws IOException - Throws:
IOException
-
docTableEnd
- Throws:
IOException
-
docTableHeader
- Throws:
IOException
-
docTableRowLink
public void docTableRowLink(String dataFirstHref, String dataFirst, String dataLast) throws IOException - Throws:
IOException
-
docTableRow
- Throws:
IOException
-
docTableRow
- Throws:
IOException
-
docTableRowLastStart
- Throws:
IOException
-
docTableRowLastEnd
- Throws:
IOException
-
docTableRow
- Throws:
IOException
-
toSafeUri
-
toSafeUri
-
toSafeUri
-