# Class: com.pnfsoftware.jeb.util.encoding.xml.XCDATASection

Implementation of the [CDATASection](CDATASection) API used by [XmlParser](XmlParser).

## Constructor: XCDATASection
- parameter: `value`, type: `java.lang.String`

Description: Create a CDATA section node.
parameter: value: CDATA content

## Method: getNodeName
- return type: `java.lang.String`


## Method: getNodeType
- return type: `short`


