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