public final class Html
extends Object
Html constants.
- Author:
- Ronald Brill
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DOCTYPE_HTML
public static final String DOCTYPE_HTML
The html5 doctype.
- See Also:
-
-
XHTML_NAMESPACE
public static final String XHTML_NAMESPACE
XHTML namespace.
- See Also:
-
-
SVG_NAMESPACE
public static final String SVG_NAMESPACE
SVG namespace.
- See Also:
-