javax.xml.transform.Result
, Receiver
public class XHTMLEmitter extends XMLEmitter
Modifier and Type | Field | Description |
---|---|---|
(package private) IntHashSet |
emptyTags |
Table of XHTML tags that have no closing tag
|
allCharactersEncodable, characterSet, namePool, outputProperties, outputStream, pipelineConfig, streamResult, systemId, writer
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
declarationIsWritten, elementCode, elementStack, empty, openStartTag, preferHex, specialInAtt, specialInText, undeclareNamespaces
Constructor | Description |
---|---|
XHTMLEmitter() |
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.String |
emptyElementTagCloser(java.lang.String displayName,
int nameCode) |
Close an empty element tag.
|
protected void |
openDocument() |
Do the real work of starting the document.
|
getConfiguration, getOutputProperties, getOutputStream, getPipelineConfiguration, getSystemId, getWriter, makeWriter, setOutputProperties, setOutputStream, setPipelineConfiguration, setStreamResult, setSystemId, setUnparsedEntity, setWriter, usesWriter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
attribute, characters, close, closeStartTag, comment, endDocument, endElement, main, namespace, open, outputCharacterReference, processingInstruction, startContent, startDocument, startElement, testCharacters, writeAttribute, writeCharSequence, writeDeclaration, writeDocType, writeEscape
IntHashSet emptyTags
protected void openDocument() throws XPathException
openDocument
in class XMLEmitter
XPathException
protected java.lang.String emptyElementTagCloser(java.lang.String displayName, int nameCode)
emptyElementTagCloser
in class XMLEmitter