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
 boolean equals(Object o)
           
 String getText()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.apache.pivot.xml.Node
getNodeListeners, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextNode

public TextNode(String text)
Method Detail

getText

public String getText()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object