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 org.x4o.sax3.SAX3WriterHtml
SAX3WriterHtml.DocType, SAX3WriterHtml.Tag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
docHtmlEnd
(String copyright, String statsJS) void
docHtmlStart
(String title, List<String> keywords, String pathPrefix) void
docNavBarAbout
(String about) void
void
void
void
docPageBlockStart
(String title, String namedLink, String comment) void
void
docPageClassStart
(String title, String subTitle, SAX3WriterHtml.Tag titleTag) void
void
void
docPagePackageDescription
(String title, String summary, String description) void
docPagePackageTitle
(String title, String summary) docTable
(String tableTitle, String tableDescription, MaisDocContentCss tableCss) void
void
docTableHeader
(String titleFirst, String titleLast) void
docTableRow
(String dataFirst, String dataLast) void
docTableRow
(String dataFirst, String dataLast, String dataBlock) void
void
docTableRowLastStart
(String dataFirst, String dataFirstHref) void
docTableRowLink
(String dataFirstHref, String dataFirst, String dataLast) void
docTableStart
(String tableTitle, String tableDescription, MaisDocContentCss tableCss) static String
static String
static String
Methods inherited from class org.x4o.sax3.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, printTagStart
Methods inherited from class org.x4o.sax3.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
-