org.apache.pivot.xml
Class TextNode

java.lang.Object
  extended by org.apache.pivot.xml.Node
      extended by org.apache.pivot.xml.TextNode

public class TextNode
extends Node

Class representing an XML text node.


Constructor Summary
TextNode(String text)
           
 
Method Summary
 String getText()
           
 
Methods inherited from class org.apache.pivot.xml.Node
getNodeListeners, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextNode

public TextNode(String text)
Method Detail

getText

public String getText()