com.sapportals.portal.prt.util
Interface HTMLVersionInformation


public interface HTMLVersionInformation

Contains DTD reference information to include in the generated page. Created: Mon Mar 12 14:00:07 2001

Version:
$Revision: #3 $
$File:$ , $Revision:$ Last modified on $Date:$ by $Author:$ using $Change:$ Copyright (c) SAP Portals Europe GmbH 2001

Field Summary
static java.lang.String HTML4_FRAMESET
          The HTML 4.01 Frameset DTD includes everything in the transitional DTD plus frames as well.
static java.lang.String HTML4_STRICT
          The HTML 4.01 Strict DTD includes all elements and attributes that have not been deprecated or do not appear in frameset documents.
static java.lang.String HTML4_TRANSITIONAL
          The HTML 4.01 Transitional DTD includes everything in the strict DTD plus deprecated elements and attributes (most of which concern visual presentation).
 

Field Detail

HTML4_TRANSITIONAL

public static final java.lang.String HTML4_TRANSITIONAL
The HTML 4.01 Transitional DTD includes everything in the strict DTD plus deprecated elements and attributes (most of which concern visual presentation). For documents that use this DTD, use this document type declaration.

HTML4_STRICT

public static final java.lang.String HTML4_STRICT
The HTML 4.01 Strict DTD includes all elements and attributes that have not been deprecated or do not appear in frameset documents. For documents that use this DTD, use this document type declaration.

HTML4_FRAMESET

public static final java.lang.String HTML4_FRAMESET
The HTML 4.01 Frameset DTD includes everything in the transitional DTD plus frames as well. For documents that use this DTD, use this document type declaration: