Package org.apache.tapestry5.dom
Class Text
java.lang.Object
org.apache.tapestry5.dom.Node
org.apache.tapestry5.dom.Text
A type of node that contains text.
-
Method Summary
Methods inherited from class org.apache.tapestry5.dom.Node
getContainer, getDocument, getNamespaceURIToPrefix, moveAfter, moveBefore, moveToBottom, moveToTop, remove, toMarkup, toString, wrap
-
Method Details
-
write
Writes additional text into the node, appending it to any existing text. -
writef
-