org.apache.xml.serialize
Class OutputFormat.DTD
java.lang.Object
org.apache.xml.serialize.OutputFormat.DTD
- OutputFormat
public static class OutputFormat.DTD
extends java.lang.Object
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.
|
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-2006 The Apache Software Foundation. All Rights Reserved.