JadeXMLCharacterData Class
The JadeXMLCharacterData class is the abstract superclass of character-based nodes in an XML document tree; that is, the text, CDATA, and comment nodes. The property defined in the JadeXMLCharacterData class is summarized in the following table.
Property |
Contains the … |
data
|
Text value of the node |
The JadeXMLCharacterData class provides the JadeXMLCDATA, JadeXMLComment, and JadeXMLText subclasses. For details, see Chapter 1 of the JADE Encyclopaedia of Classes.