|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.dom.Node
org.apache.tapestry5.dom.Text
public final class Text
A type of node that contains text.
Method Summary | |
---|---|
void |
write(java.lang.String text)
Writes additional text into the node, appending it to any existing text. |
void |
writef(java.lang.String format,
java.lang.Object... args)
|
Methods inherited from class org.apache.tapestry5.dom.Node |
---|
getContainer, getDocument, getNamespaceURIToPrefix, moveAfter, moveBefore, moveToBottom, moveToTop, remove, toMarkup, toString, wrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void write(java.lang.String text)
public void writef(java.lang.String format, java.lang.Object... args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |