public class ContentWriterHtml extends ContentWriterXmlTag<ContentWriterHtml.Tag>
| Modifier and Type | Class and Description |
|---|---|
static class |
ContentWriterHtml.DocType |
static class |
ContentWriterHtml.Tag |
printCDATAEMPTY_ATTRIBUTES, encoding| Constructor and Description |
|---|
ContentWriterHtml(Writer out,
String encoding,
String charNewLine,
String charTab) |
getTagNamespaceUri, printTagCharacters, printTagEnd, printTagStart, printTagStart, printTagStartEnd, printTagStartEndstartElementEndcharacters, characters, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntityautoCloseStartElement, characters, charactersRaw, closeWriter, closeWriterSafe, comment, comment, endDocument, endElement, endPrefixMapping, ignorableWhitespace, ignorableWhitespace, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startElementNamespace, startElementNamespaceAll, startElementTag, startPrefixMapping, writeFlushclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacters, characters, comment, ignorableWhitespace, ignorableWhitespace, startElementEndcharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingcomment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntitypublic void printDocType(ContentWriterHtml.DocType doc) throws SAXException
SAXExceptionpublic void printHtmlStart(String language) throws SAXException
SAXExceptionpublic void printHtmlEnd()
throws SAXException
SAXExceptionpublic void printHeadMetaDate()
throws SAXException
SAXExceptionpublic void printHeadTitle(String title) throws SAXException
SAXExceptionpublic void printHeadMetaContentType()
throws SAXException
SAXExceptionpublic void printHeadMeta(String name, String content) throws SAXException
SAXExceptionpublic void printHeadLinkCss(String cssUrl) throws SAXException
SAXExceptionpublic void printScriptInline(String script) throws SAXException
SAXExceptionpublic void printScriptNoDiv()
throws SAXException
SAXExceptionpublic void printScriptNoDiv(String text) throws SAXException
SAXExceptionpublic void printHrefNamed(String name) throws SAXException
SAXExceptionpublic void printHrefTarget(String href, String title, String target) throws SAXException
SAXExceptionpublic void printHref(String href, String title) throws SAXException
SAXExceptionpublic void printHref(String href, String title, String text) throws SAXException
SAXExceptionpublic void printHref(String href, String title, String text, String spanClass) throws SAXException
SAXExceptionpublic void printTagCharacters(ContentWriterHtml.Tag tag, String text, String tagClass) throws SAXException
SAXExceptionpublic void printTagCharacters(ContentWriterHtml.Tag tag, String text, String tagClass, String tagId) throws SAXException
SAXExceptionpublic void printTagStart(ContentWriterHtml.Tag tag, String tagClass) throws SAXException
SAXExceptionpublic void printTagStart(ContentWriterHtml.Tag tag, Enum<?> tagClassEnum) throws SAXException
SAXExceptionpublic void printTagStart(ContentWriterHtml.Tag tag, Enum<?> tagClassEnum, String tagId) throws SAXException
SAXExceptionpublic void printTagStart(ContentWriterHtml.Tag tag, Enum<?> tagClassEnum, String tagId, String typeId) throws SAXException
SAXExceptionpublic void printTagStart(ContentWriterHtml.Tag tag, String tagClass, String tagId, String typeId) throws SAXException
SAXExceptionCopyright © 2004-2013 X4O. All Rights Reserved.