| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--com.icl.saxon.output.XMLEmitter
        |
        +--com.icl.saxon.output.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 
| Fields inherited from class com.icl.saxon.output.XMLEmitter | 
| characterSet, declarationIsWritten, empty, escaping, openStartTag, outputDetails, writer | 
| Constructor Summary | |
| XHTMLEmitter() | |
| Method Summary | |
| protected  java.lang.String | emptyElementTagCloser(java.lang.String name)Close an empty element tag. | 
| Methods inherited from class com.icl.saxon.output.XMLEmitter | 
| characters, closeStartTag, comment, endDocument, endElement, outputCharacterReference, processingInstruction, setCharacterSet, setDocumentLocator, setEscaping, setOutputDetails, setWriter, startDocument, startElement, startPrefixMapping, testCharacters, testCharacters, unwindNamespaces, writeAttribute, writeDeclaration, writeDocType, writeEscape | 
| 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 name)
emptyElementTagCloser in class XMLEmitter| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||