Uses of Class
com.sapportals.portal.prt.util.html.HtmlDocType

Packages that use HtmlDocType
com.sapportals.portal.prt.util.html   
 

Uses of HtmlDocType in com.sapportals.portal.prt.util.html
 

Subclasses of HtmlDocType in com.sapportals.portal.prt.util.html
static class HtmlDocType.Html40Frameset
          The HTML 4.0 Frameset DTD includes everything in the transitional DTD plus frames as well.
static class HtmlDocType.Html40Strict
          The HTML 4.0 Strict DTD includes all elements and attributes that have not been deprecated or do not appear in frameset documents.
static class HtmlDocType.Html40Transitional
          The HTML 4.0 Transitional DTD includes everything in the strict DTD plus deprecated elements and attributes (most of which concern visual presentation).
 

Methods in com.sapportals.portal.prt.util.html that return HtmlDocType
 HtmlDocType HtmlDocument.getDocType()
          Get the doctype element for this document container.
 

Methods in com.sapportals.portal.prt.util.html with parameters of type HtmlDocType
 HtmlDocument HtmlDocument.setDocType(HtmlDocType doctype)
          Set the doctype element for this document container.