public class XHTMLEmitter extends XMLEmitter
| Modifier and Type | Field and Description |
|---|---|
(package private) IntHashSet |
emptyTags
Table of XHTML tags that have no closing tag
|
declarationIsWritten, elementCode, elementStack, openStartTag, preferHex, specialInAtt, specialInText, started, startedElement, undeclareNamespacesallCharactersEncodable, characterSet, namePool, outputProperties, outputStream, pipelineConfig, streamResult, systemId, writerPI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING| Constructor and Description |
|---|
XHTMLEmitter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
emptyElementTagCloser(String displayName,
int nameCode)
Close an empty element tag.
|
protected void |
openDocument()
Do the real work of starting the document.
|
attribute, characters, close, closeStartTag, comment, endDocument, endElement, getCachedName, namespace, open, outputCharacterReference, processingInstruction, putCachedName, startContent, startDocument, startElement, testCharacters, usesTypeAnnotations, writeAttribute, writeCharSequence, writeDeclaration, writeDocType, writeEscapegetConfiguration, getOutputProperties, getOutputStream, getPipelineConfiguration, getSystemId, getWriter, makeOutputStream, makeWriter, setOutputProperties, setOutputStream, setPipelineConfiguration, setStreamResult, setSystemId, setUnparsedEntity, setWriter, usesWriterIntHashSet emptyTags
protected void openDocument()
throws XPathException
openDocument in class XMLEmitterXPathExceptionprotected String emptyElementTagCloser(String displayName, int nameCode)
emptyElementTagCloser in class XMLEmitterdisplayName - the name of the empty elementnameCode - the fingerprint of the name of the empty element