|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.feed4j.bean.RawText
public class RawText
This class is used to represent the textual node in a XML document.
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 |
---|
public RawText()
Method Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String text)
text
- The text in the node.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |