Class XHTMLOutputFormat


public class XHTMLOutputFormat extends XMLOutputFormat
Represents the XML output format (MIME type "application/xhtml+xml", name "XHTML"); this behaves identically to HTMLOutputFormat, except that the name an the MIME Type differs. Yet, it extends XMLOutputFormat, as XHTML documents is a subset of XML documents, but not of HTML documents.

This class was final before 2.3.29.

Since:
2.3.24