|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Text | |
|---|---|
| org.apache.tapestry5.dom | A Document Object Model, a tree of nodes representing elements, attributes and text within a document. |
| Uses of Text in org.apache.tapestry5.dom |
|---|
| Methods in org.apache.tapestry5.dom that return Text | |
|---|---|
Text |
Document.text(String text)
Adds and returns a new text node (the text node is returned so that write(String) or [@link
writef(String, Object[]) may be invoked. |
Text |
Element.text(String text)
Adds and returns a new text node (the text node is returned so that write(String) or [@link
writef(String, Object[]) may be invoked . |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||