Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

weblogic.apache.xml.serialize
Class OutputFormat.DTD

java.lang.Object
  extended by weblogic.apache.xml.serialize.OutputFormat.DTD
Enclosing class:
OutputFormat

Deprecated. 9.2.0.0 Replaced by org.apache.xml.serialize.OutputFormat.DTD.

public static class OutputFormat.DTD
extends Object


Field Summary
static String HTMLPublicId
          Deprecated. Public identifier for HTML document type.
static String HTMLSystemId
          Deprecated. System identifier for HTML document type.
static String XHTMLPublicId
          Deprecated. Public identifier for XHTML document type.
static String XHTMLSystemId
          Deprecated. System identifier for XHTML document type.
 
Constructor Summary
OutputFormat.DTD()
          Deprecated.  
 
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
Deprecated. 
Public identifier for HTML document type.

See Also:
Constant Field Values

HTMLSystemId

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

See Also:
Constant Field Values

XHTMLPublicId

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

See Also:
Constant Field Values

XHTMLSystemId

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

See Also:
Constant Field Values
Constructor Detail

OutputFormat.DTD

public OutputFormat.DTD()
Deprecated. 

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04