com.sapportals.portal.prt.util.html
Class HtmlDocType
java.lang.Object
|
+--com.sapportals.portal.prt.util.html.HtmlAttributeContainer
|
+--com.sapportals.portal.prt.util.html.HtmlBase
|
+--com.sapportals.portal.prt.util.html.HtmlSinglePartElement
|
+--com.sapportals.portal.prt.util.html.HtmlDocType
- All Implemented Interfaces:
- IHtmlAttributeContainer, IHtmlBase, IHtmlOutputable
- Direct Known Subclasses:
- HtmlDocType.Html40Frameset, HtmlDocType.Html40Strict, HtmlDocType.Html40Transitional
- public class HtmlDocType
- extends HtmlSinglePartElement
HtmlDocType.java
Created: Fri Mar 16 11:07:21 2001
- Version:
- $Revision: #3 $
$File:$ , $Revision:$
Last modified on $Date:$ by $Author:$ using $Change:$
Copyright (c) SAP Portals Europe GmbH 2001
|
Inner Class Summary |
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).
|
| Fields inherited from class com.sapportals.portal.prt.util.html.HtmlBase |
m_hasTag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_name
protected java.lang.String m_name
m_visibility
protected java.lang.String m_visibility
m_identifier
protected java.lang.String m_identifier
m_uri
protected java.lang.String m_uri
HtmlDocType
protected HtmlDocType()
outputAttributes
public void outputAttributes(java.lang.StringBuffer strbuf)
- Overrides:
outputAttributes in class HtmlAttributeContainer
outputAttributes
public void outputAttributes(java.io.PrintWriter out)
- Deprecated.
- Overrides:
outputAttributes in class HtmlAttributeContainer
- Following copied from interface:
com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
- Parameters:
writer -
outputAttributes
public void outputAttributes(java.io.Writer out)
- Overrides:
outputAttributes in class HtmlAttributeContainer