|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.sf.saxon.event.Emitter
|
+--net.sf.saxon.event.XMLEmitter
|
+--net.sf.saxon.event.XHTMLEmitter
XHTMLEmitter is an Emitter that generates XHTML output.
It is the same as XMLEmitter except that it follows the legacy HTML browser
compatibility rules: for example, generating empty elements such as
, and
using
| Field Summary |
| Fields inherited from class net.sf.saxon.event.XMLEmitter |
declarationIsWritten, elementCode, elementStack, empty, openStartTag, preferHex, undeclareNamespaces |
| Fields inherited from class net.sf.saxon.event.Emitter |
characterSet, config, namePool, outputProperties, outputStream, streamResult, systemId, writer |
| Fields inherited from interface javax.xml.transform.Result |
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
| Constructor Summary | |
XHTMLEmitter()
|
|
| Method Summary | |
protected java.lang.String |
emptyElementTagCloser(java.lang.String displayName)
Close an empty element tag. |
void |
startContent()
Start the content of an element |
| Methods inherited from class net.sf.saxon.event.XMLEmitter |
attribute, characters, close, closeStartTag, comment, endDocument, endElement, namespace, open, openDocument, outputCharacterReference, processingInstruction, setDocumentLocator, startDocument, startElement, testCharacters, writeAttribute, writeDeclaration, writeDocType, writeEscape |
| Methods inherited from class net.sf.saxon.event.Emitter |
getConfiguration, getDocumentLocator, getOutputProperties, getOutputStream, getSystemId, getWriter, makeEmitter, makeWriter, setConfiguration, setOutputProperties, setOutputStream, setStreamResult, setSystemId, setUnparsedEntity, setWriter, usesWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XHTMLEmitter()
| Method Detail |
protected java.lang.String emptyElementTagCloser(java.lang.String displayName)
emptyElementTagCloser in class XMLEmitter
public void startContent()
throws XPathException
startContent in interface ReceiverstartContent in class XMLEmitterXPathException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||