public class XHTMLEmitter extends XMLEmitter
Modifier and Type | Field and Description |
---|---|
(package private) static Set<String> |
emptyTags
Table of XHTML tags that have no closing tag
|
characterReferenceGenerator, declarationIsWritten, elementCode, elementStack, indentForNextAttribute, openStartTag, specialInAtt, specialInText, started, startedElement, undeclareNamespaces
allCharactersEncodable, characterSet, namePool, outputProperties, outputStream, pipelineConfig, streamResult, systemId, writer
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
Constructor and Description |
---|
XHTMLEmitter() |
Modifier and Type | Method and Description |
---|---|
protected String |
emptyElementTagCloser(String displayName,
NodeName nameCode)
Close an empty element tag.
|
attribute, characters, close, closeStartTag, comment, endDocument, endElement, getAttributeIndentString, namespace, open, openDocument, processingInstruction, setCharacterReferenceGenerator, setEscapeNonAscii, setIndentForNextAttribute, startContent, startDocument, startElement, testCharacters, usesTypeAnnotations, writeAttribute, writeCharSequence, writeDeclaration, writeDocType, writeEscape
getConfiguration, getOutputProperties, getOutputStream, getPipelineConfiguration, getSystemId, getWriter, makeOutputStream, makeWriter, setOutputProperties, setOutputStream, setPipelineConfiguration, setStreamResult, setSystemId, setUnparsedEntity, setWriter, usesWriter
protected String emptyElementTagCloser(String displayName, NodeName nameCode)
emptyElementTagCloser
in class XMLEmitter
displayName
- the name of the empty elementnameCode
- the fingerprint of the name of the empty element