XFA4J

com.adobe.xfa
Class CDataNode

java.lang.Object
  extended by com.adobe.xfa.Obj
      extended by com.adobe.xfa.Node
          extended by com.adobe.xfa.Chars
              extended by com.adobe.xfa.TextNode
                  extended by com.adobe.xfa.CDataNode

public class CDataNode
extends TextNode


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 com.adobe.xfa.Node
assignNode, checkAncestorPerms, checkDescendentPerms, checkPerms, cleanDirtyFlags, compareVersions, getDynamicScriptProp, getFirstXFAChild, getFirstXMLChild, getLastXMLChild, getModel, getNextXFASibling, getNextXMLSibling, getOwnerDocument, getPreviousXMLSibling, getSOMExpression, getXFAChildCount, getXFAParent, getXMLChildCount, getXMLParent, hasChanged, remove, resolveNode, resolveNode, resolveNodes, setNextXMLSibling, setPermsLock, setXMLParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDataNode

public CDataNode(Element parent,
                 Node prevSibling,
                 java.lang.String text)
Instantiates a CDATA node with the given text.

Parameters:
parent - the node's parent, if any.
prevSibling - the node's previous sibling, if any.
text - the node's text.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.