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

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

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

Description: Create a comment node.
parameter: value: comment content

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


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


