Class SAX3WriterHtml
- All Implemented Interfaces:
Closeable, AutoCloseable, SAX3WriterEnumHammer<SAX3WriterHtml.Tag>
- Direct Known Subclasses:
MaisDocContentWriter
ContentWriterHtml writes HTML events as SAX events to XML.
- Version:
- 1.0 Apr 30, 2013
- Author:
- Willem Cazander
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprintHeadLinkCss(String cssUrl) voidprintHeadMeta(String name, String content) voidvoidvoidprintHeadTitle(String title) voidvoidvoidvoidprintHrefNamed(String name) voidprintHrefTarget(String href, String target, String text) voidvoidprintHtmlStart(String language) voidprintScriptInline(String script) voidvoidprintScriptNoDiv(String text) voidprintScriptSrc(String jsUrl) printTag(SAX3WriterHtml.Tag tag, Enum<?> tagClassEnum) printTag(SAX3WriterHtml.Tag tag, Enum<?> tagClassEnum, String tagId) printTag(SAX3WriterHtml.Tag tag, Enum<?> tagClassEnum, String tagId, String typeId) printTag(SAX3WriterHtml.Tag tag, String tagClass) printTag(SAX3WriterHtml.Tag tag, String tagClass, String tagId, String typeId) voidprintTagCharacters(SAX3WriterHtml.Tag tag, String text, String tagClass) voidprintTagCharacters(SAX3WriterHtml.Tag tag, String text, String tagClass, String tagId) voidprintTagStart(SAX3WriterHtml.Tag tag, Enum<?> tagClassEnum) voidprintTagStart(SAX3WriterHtml.Tag tag, Enum<?> tagClassEnum, String tagId) voidprintTagStart(SAX3WriterHtml.Tag tag, Enum<?> tagClassEnum, String tagId, String typeId) voidprintTagStart(SAX3WriterHtml.Tag tag, String tagClass) voidprintTagStart(SAX3WriterHtml.Tag tag, String tagClass, String tagId, String typeId) Methods inherited from class SAX3WriterEnum
close, endDocument, getContentWriterWrapped, getTagNamespaceUri, printCharacters, printComment, printTag, printTag, printTagCharacters, printTagEnd, printTagStart, printTagStart, printTagStartEnd, printTagStartEnd, startDocument
-
Constructor Details
-
SAX3WriterHtml
-
-
Method Details
-
getPropertyConfig
-
printDocType
- Throws:
IOException
-
printHtmlStart
- Throws:
IOException
-
printHtmlEnd
- Throws:
IOException
-
printHeadMetaDate
- Throws:
IOException
-
printHeadTitle
- Throws:
IOException
-
printHeadMetaContentType
- Throws:
IOException
-
printHeadMeta
- Throws:
IOException
-
printHeadLinkCss
- Throws:
IOException
-
printScriptSrc
- Throws:
IOException
-
printScriptInline
- Throws:
IOException
-
printScriptNoDiv
- Throws:
IOException
-
printScriptNoDiv
- Throws:
IOException
-
printHrefNamed
- Throws:
IOException
-
printHrefTarget
- Throws:
IOException
-
printHref
- Throws:
IOException
-
printHref
- Throws:
IOException
-
printHref
- Throws:
IOException
-
printTagCharacters
public void printTagCharacters(SAX3WriterHtml.Tag tag, String text, String tagClass) throws IOException - Throws:
IOException
-
printTagCharacters
public void printTagCharacters(SAX3WriterHtml.Tag tag, String text, String tagClass, String tagId) throws IOException - Throws:
IOException
-
printTag
- Throws:
IOException
-
printTag
- Throws:
IOException
-
printTag
public ContentCloseable printTag(SAX3WriterHtml.Tag tag, Enum<?> tagClassEnum, String tagId) throws IOException - Throws:
IOException
-
printTag
public ContentCloseable printTag(SAX3WriterHtml.Tag tag, Enum<?> tagClassEnum, String tagId, String typeId) throws IOException - Throws:
IOException
-
printTag
public ContentCloseable printTag(SAX3WriterHtml.Tag tag, String tagClass, String tagId, String typeId) throws IOException - Throws:
IOException
-
printTagStart
- Throws:
IOException
-
printTagStart
- Throws:
IOException
-
printTagStart
public void printTagStart(SAX3WriterHtml.Tag tag, Enum<?> tagClassEnum, String tagId) throws IOException - Throws:
IOException
-
printTagStart
public void printTagStart(SAX3WriterHtml.Tag tag, Enum<?> tagClassEnum, String tagId, String typeId) throws IOException - Throws:
IOException
-
printTagStart
public void printTagStart(SAX3WriterHtml.Tag tag, String tagClass, String tagId, String typeId) throws IOException - Throws:
IOException
-