XmlCDATA constructor

XmlCDATA(
  1. String text
)

Create a CDATA section with text.

Implementation

XmlCDATA(String text) : super(text);