Package | Description |
---|---|
org.apache.tapestry5.dom |
A Document Object Model, a tree of nodes representing elements, attributes
and text within a document.
|
Modifier and Type | Method and Description |
---|---|
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 . |
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. |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.