XmlCDATA constructor

XmlCDATA(
  1. String value
)

Create a CDATA section with text.

Implementation

XmlCDATA(super.value);