Uses of Class
org.apache.tapestry5.dom.Text

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 .
 



Copyright © 2003-2012 The Apache Software Foundation.