it.sauronsoftware.feed4j.bean
Class RawText

java.lang.Object
  extended by it.sauronsoftware.feed4j.bean.RawText
All Implemented Interfaces:
RawNode

public class RawText
extends java.lang.Object
implements RawNode

This class is used to represent the textual node in a XML document.

Author:
Carlo Pelliccia

Constructor Summary
RawText()
           
 
Method Summary
 java.lang.String getText()
          This method returns the text in the node.
 void setText(java.lang.String text)
          This method sets the text in the node.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawText

public RawText()
Method Detail

getText

public java.lang.String getText()
This method returns the text in the node.

Returns:
The text in the node.

setText

public void setText(java.lang.String text)
This method sets the text in the node.

Parameters:
text - The text in the node.