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.Document
ZHtml. createDocument()
Instantiates a new HTML Document node with no title.static ZHtml.Document
ZHtml. createDocument(String title)
Instantiates a new HTML Document node with the given title.