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.
-
HTMLDocument()
- Constructs a new HTMLDocument.
-
setDTD(DocumentTypeDefinition)
- Overridden to always throw a IllegalArgumentException: the DTD cannot
be changed.
HTMLDocument
public HTMLDocument()
- Constructs a new HTMLDocument.
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