Class XHTMLEmitter

All Implemented Interfaces:
Result, Receiver

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 [BR /], and using [p][/p] for empty paragraphs rather than [p/]
  • Field Details

    • emptyTags

      IntHashSet emptyTags
      Table of XHTML tags that have no closing tag
  • Constructor Details

    • XHTMLEmitter

      public XHTMLEmitter()
  • Method Details