Google

Xerces 3.1.1 API: Class OutputFormat.DTD
Xerces 3.1.1


Class OutputFormat.DTD

java.lang.Object
  |

public static class OutputFormat.DTD
extends java.lang.Object



          Public identifier for HTML document type.
          System identifier for HTML document type.
          Public identifier for XHTML document type.
          System identifier for XHTML document type.
Field Summary
static java.lang.String
static java.lang.String
static java.lang.String
static java.lang.String
 
           
Constructor 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 java.lang.String HTMLPublicId
Public identifier for HTML document type.

HTMLSystemId

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

XHTMLPublicId

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

XHTMLSystemId

public static final java.lang.String XHTMLSystemId
System identifier for XHTML document type.
Constructor Detail

OutputFormat.DTD

public OutputFormat.DTD()

Xerces 3.1.1