XmlText constructor

XmlText(
  1. String value
)

Create a text node with value.

Implementation

XmlText(super.value);