|
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
com.adobe.xfa.CDataNode
public class CDataNode
| 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 | |
|---|---|
CDataNode(Element parent,
Node prevSibling,
java.lang.String text)
Instantiates a CDATA node with the given text. |
|
| Method Summary |
|---|
| Methods inherited from class com.adobe.xfa.TextNode |
|---|
getValue, setValue |
| 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 CDataNode(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.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||