javax.xml.transform.Result, Receiverpublic class XHTMLEmitter extends XMLEmitter
| Modifier and Type | Field | Description |
|---|---|---|
(package private) static java.util.Set<java.lang.String> |
emptyTags |
Table of XHTML tags that have no closing tag
|
allCharactersEncodable, characterSet, namePool, outputProperties, outputStream, pipelineConfig, streamResult, systemId, writerPI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPINGcharacterReferenceGenerator, declarationIsWritten, elementCode, elementStack, indentForNextAttribute, openStartTag, specialInAtt, specialInText, started, startedElement, undeclareNamespaces| Constructor | Description |
|---|---|
XHTMLEmitter() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
emptyElementTagCloser(java.lang.String displayName,
NodeName nameCode) |
Close an empty element tag.
|
getConfiguration, getOutputProperties, getOutputStream, getPipelineConfiguration, getSystemId, getWriter, makeOutputStream, makeWriter, setOutputProperties, setOutputStream, setPipelineConfiguration, setStreamResult, setSystemId, setUnparsedEntity, setWriter, usesWriterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattribute, characters, close, closeStartTag, comment, endDocument, endElement, getAttributeIndentString, namespace, open, openDocument, processingInstruction, setCharacterReferenceGenerator, setEscapeNonAscii, setIndentForNextAttribute, startContent, startDocument, startElement, testCharacters, usesTypeAnnotations, writeAttribute, writeCharSequence, writeDeclaration, writeDocType, writeEscapestatic java.util.Set<java.lang.String> emptyTags
protected java.lang.String emptyElementTagCloser(java.lang.String displayName,
NodeName nameCode)
emptyElementTagCloser in class XMLEmitterdisplayName - the name of the empty elementnameCode - the fingerprint of the name of the empty element