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

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

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

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

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


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


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


## Method: isElementContentWhitespace
- return type: `boolean`


## Method: replaceWholeText
- parameter: `content`, type: `java.lang.String`
- return type: `org.w3c.dom.Text`


## Method: splitText
- parameter: `offset`, type: `int`
- return type: `org.w3c.dom.Text`


