com.icl.saxon.output

Class XHTMLEmitter

public class XHTMLEmitter extends XMLEmitter

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

for empty paragraphs rather than

Method Summary
protected StringemptyElementTagCloser(int nameCode)
Close an empty element tag.

Method Detail

emptyElementTagCloser

protected String emptyElementTagCloser(int nameCode)
Close an empty element tag.