Uses of Class
org.spiderwiz.zutils.ZHtml.TextNode
| Package | Description |
|---|---|
| org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZHtml.TextNode in org.spiderwiz.zutils
Subclasses of ZHtml.TextNode in org.spiderwiz.zutils Modifier and Type Class Description classZHtml.AnchorRepresents an anchor node (<a>).classZHtml.DivRepresents a div element (<div>).classZHtml.ParagraphRepresents a text paragraph (<p>).Methods in org.spiderwiz.zutils that return ZHtml.TextNode Modifier and Type Method Description ZHtml.TextNodeZHtml.TextNode. addBoldText(String text)Appends inner bold text (btag) to the node.ZHtml.TextNodeZHtml.TextNode. addLineBreak()Appends an inner line break (<br/>) to the node.ZHtml.TextNodeZHtml.TextNode. addNode(ZHtml.Node node)Appends an inner node to this node.ZHtml.TextNodeZHtml.TextNode. addText(String text)Appends inner text to the node.ZHtml.TextNodeZHtml.Node. createTextNode(String text)Instantiates a node with the given text.