public static class

OutputFormat.DTD

extends Object
java.lang.Object
   ↳ org.apache.xml.serialize.OutputFormat.DTD

This class is deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.

Summary

Constants
String HTMLPublicId Public identifier for HTML 4.01 (Strict) document type.
String HTMLSystemId System identifier for HTML 4.01 (Strict) document type.
String XHTMLPublicId Public identifier for XHTML 1.0 (Strict) document type.
String XHTMLSystemId System identifier for XHTML 1.0 (Strict) document type.
Public Constructors
OutputFormat.DTD()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String HTMLPublicId

Public identifier for HTML 4.01 (Strict) document type.

Constant Value: "-//W3C//DTD HTML 4.01//EN"

public static final String HTMLSystemId

System identifier for HTML 4.01 (Strict) document type.

Constant Value: "http://www.w3.org/TR/html4/strict.dtd"

public static final String XHTMLPublicId

Public identifier for XHTML 1.0 (Strict) document type.

Constant Value: "-//W3C//DTD XHTML 1.0 Strict//EN"

public static final String XHTMLSystemId

System identifier for XHTML 1.0 (Strict) document type.

Constant Value: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"

Public Constructors

public OutputFormat.DTD ()