Class XhtmlNamespaceHandler

All Implemented Interfaces:
NamespaceHandler

public class XhtmlNamespaceHandler extends XhtmlCssOnlyNamespaceHandler
Handles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4). In this class ONLY handling (css equivalents) of presentational properties (according to css 2.1 spec, section 6.4.4) should be specified.
  • Field Details

    • RE_MANGLED_COLOR

      private static final Pattern RE_MANGLED_COLOR
  • Constructor Details

    • XhtmlNamespaceHandler

      public XhtmlNamespaceHandler()
  • Method Details