org.apache.xml.serialize

Class OutputFormat.DTD

public static class OutputFormat.DTD extends Object

Field Summary
static StringHTMLPublicId
Public identifier for HTML 4.01 (Strict) document type.
static StringHTMLSystemId
System identifier for HTML 4.01 (Strict) document type.
static StringXHTMLPublicId
Public identifier for XHTML 1.0 (Strict) document type.
static StringXHTMLSystemId
System identifier for XHTML 1.0 (Strict) document type.

Field Detail

HTMLPublicId

public static final String HTMLPublicId
Public identifier for HTML 4.01 (Strict) document type.

HTMLSystemId

public static final String HTMLSystemId
System identifier for HTML 4.01 (Strict) document type.

XHTMLPublicId

public static final String XHTMLPublicId
Public identifier for XHTML 1.0 (Strict) document type.

XHTMLSystemId

public static final String XHTMLSystemId
System identifier for XHTML 1.0 (Strict) document type.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.