Uses of Class
org.apache.cocoon.components.serializers.util.DocType

Packages that use DocType
org.apache.cocoon.components.serializers   
org.apache.cocoon.components.serializers.util   
 

Uses of DocType in org.apache.cocoon.components.serializers
 

Fields in org.apache.cocoon.components.serializers declared as DocType
protected  DocType XMLSerializer.doctype
          The DocType instance representing the document.
protected  DocType XHTMLSerializer.doctype_default
          The DocType instance representing the document.
static DocType HTMLSerializer.HTML401_DOCTYPE_COMPATIBLE
          A cross-browser compatible very simple document type declaration.
static DocType HTMLSerializer.HTML401_DOCTYPE_FRAMESET
          A representation of the HTML 4.01 frameset document type.
static DocType HTMLSerializer.HTML401_DOCTYPE_STRICT
          A representation of the HTML 4.01 strict document type.
static DocType HTMLSerializer.HTML401_DOCTYPE_TRANSITIONAL
          A representation of the HTML 4.01 transitional document type.
static DocType XHTMLSerializer.XHTML1_DOCTYPE_FRAMESET
          A representation of the XHTML 1.0 frameset document type.
static DocType XHTMLSerializer.XHTML1_DOCTYPE_STRICT
          A representation of the XHTML 1.0 strict document type.
static DocType XHTMLSerializer.XHTML1_DOCTYPE_TRANSITIONAL
          A representation of the XHTML 1.0 transitional document type.
 

Uses of DocType in org.apache.cocoon.components.serializers.util
 

Subclasses of DocType in org.apache.cocoon.components.serializers.util
 class SGMLDocType
          The SGMLDocType class encapsulates informations regarding the document type public and system IDs and root element name for SGML (like HTML) documents.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.