|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.Obj
com.adobe.xfa.Node
com.adobe.xfa.Chars
com.adobe.xfa.TextNode
public class TextNode
A class to represent the textual content of an XFA element in the DOM.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.adobe.xfa.Node |
|---|
Node.ChangeLogger |
| Field Summary |
|---|
| Fields inherited from class com.adobe.xfa.Node |
|---|
CREATE_ALWAYS_NEW, CREATE_IF_NOT_EXIST, CREATE_MUST_NOT_EXIST, CREATE_REPLACE |
| Constructor Summary | |
|---|---|
TextNode(Element parent,
Node prevSibling,
java.lang.String text)
Instantiates a text node with the given text. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Gets this node's text value. |
void |
setValue(java.lang.String value,
boolean bNotify,
boolean bDefault)
Gets this node's text value. |
| Methods inherited from class com.adobe.xfa.Chars |
|---|
getData, getName, getText, isXMLSpace, setText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextNode(Element parent,
Node prevSibling,
java.lang.String text)
parent - the node's parent, if any.prevSibling - the node's previous sibling, if any.text - the node's text.| Method Detail |
|---|
public java.lang.String getValue()
public void setValue(java.lang.String value,
boolean bNotify,
boolean bDefault)
value - the text value.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||