Uses of Class
org.spiderwiz.zutils.ZHtml.Document
| Package | Description |
|---|---|
| org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZHtml.Document in org.spiderwiz.zutils
Methods in org.spiderwiz.zutils that return ZHtml.Document Modifier and Type Method Description static ZHtml.DocumentZHtml. createDocument()Instantiates a new HTML Document node with no title.static ZHtml.DocumentZHtml. createDocument(String title)Instantiates a new HTML Document node with the given title.