public interface

CDATASection

implements Text
com.google.gwt.xml.client.CDATASection

Class Overview

This node represents escaped character sequences. An example of a CDATASection is

   <![CDATA[It's true that 5 < 6]]>
 
Browsers may choose to use text nodes in cases where CDATASection nodes are called for; in those cases, the data needing quoting will be truncated at the first parse error, truncating our example to be just:
 It's true that 5 
 

Summary

[Expand]
Inherited Constants
From interface com.google.gwt.xml.client.Node
[Expand]
Inherited Methods
From interface com.google.gwt.xml.client.CharacterData
From interface com.google.gwt.xml.client.Node
From interface com.google.gwt.xml.client.Text