All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.markup.html.HTMLDocument

java.lang.Object
   |
   +----vnet.markup.Document
           |
           +----vnet.markup.html.HTMLDocument

public class HTMLDocument
extends Document
HTMLDocument is a convenience class. It is a subclass of vnet.markup.Document for producing XML documents based on a generic HTML dtd.


Constructor Index

 o HTMLDocument()
Constructs a new HTMLDocument.

Method Index

 o setDTD(DocumentTypeDefinition)
Overridden to always throw a IllegalArgumentException: the DTD cannot be changed.

Constructors

 o HTMLDocument
 public HTMLDocument()
Constructs a new HTMLDocument.

Methods

 o setDTD
 public void setDTD(DocumentTypeDefinition dtd)
Overridden to always throw a IllegalArgumentException: the DTD cannot be changed.

Parameters:
dtd - ignored.
Throws: IllegalArgumentException
is always thrown.
Overrides:
setDTD in class Document

All Packages  Class Hierarchy  This Package  Previous  Next  Index