org.apache.geronimo.system.configuration
Class OutputFormat.DTD

java.lang.Object
  extended by org.apache.geronimo.system.configuration.OutputFormat.DTD
Enclosing class:
OutputFormat

public static class OutputFormat.DTD
extends Object


Field Summary
static String HTMLPublicId
          Public identifier for HTML document type.
static String HTMLSystemId
          System identifier for HTML document type.
static String XHTMLPublicId
          Public identifier for XHTML document type.
static String XHTMLSystemId
          System identifier for XHTML document type.
 
Constructor Summary
OutputFormat.DTD()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTMLPublicId

public static final String HTMLPublicId
Public identifier for HTML document type.

See Also:
Constant Field Values

HTMLSystemId

public static final String HTMLSystemId
System identifier for HTML document type.

See Also:
Constant Field Values

XHTMLPublicId

public static final String XHTMLPublicId
Public identifier for XHTML document type.

See Also:
Constant Field Values

XHTMLSystemId

public static final String XHTMLSystemId
System identifier for XHTML document type.

See Also:
Constant Field Values
Constructor Detail

OutputFormat.DTD

public OutputFormat.DTD()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.