CdataNode constructor

CdataNode(
  1. String rawText
)

Implementation

CdataNode(String rawText) : super('') {
	_text = rawText;
}