Uses of Class
org.apache.tapestry5.dom.Text
-
Packages that use Text Package Description 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 Modifier and Type Method Description Text
Document. text(String text)
Adds and returns a new text node (the text node is returned so thatwrite(String)
or [@linkwritef(String, Object[])
may be invoked.Text
Element. text(String text)
Adds and returns a new text node (the text node is returned so thatwrite(String)
or [@linkwritef(String, Object[])
may be invoked .
-