Interface XhtmlMarkup

All Superinterfaces:
HtmlMarkup, Markup, XmlMarkup
All Known Implementing Classes:
XhtmlParser, XhtmlSink

public interface XhtmlMarkup extends HtmlMarkup
List of Xhtml markups.
Xhtml uses all HTML.Tag and HTML.Attribute as markups.
Since:
1.0
  • Field Details

    • XHTML_NAMESPACE

      static final String XHTML_NAMESPACE
      XHTML namespace: "http://www.w3.org/1999/xhtml"
      See Also:
    • XHTML_TRANSITIONAL_PUBLIC_ID

      static final String XHTML_TRANSITIONAL_PUBLIC_ID
      XHTML 1.0 transitional public id: "-//W3C//DTD XHTML 1.0 Transitional//EN"
      See Also:
    • XHTML_TRANSITIONAL_SYSTEM_ID

      static final String XHTML_TRANSITIONAL_SYSTEM_ID
      XHTML 1.0 transitional system id: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
      See Also: