org.apache.xml.serialize

Class OutputFormat.DTD

Enclosing Class:
OutputFormat

public static class OutputFormat.DTD
extends java.lang.Object

Field Summary

static String
HTMLPublicId
Public identifier for HTML 4.01 (Strict) document type.
static String
HTMLSystemId
System identifier for HTML 4.01 (Strict) document type.
static String
XHTMLPublicId
Public identifier for XHTML 1.0 (Strict) document type.
static String
XHTMLSystemId
System identifier for XHTML 1.0 (Strict) document type.

Field Details

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-2004 Apache XML Project. All Rights Reserved.