XmlText constructor

XmlText(
  1. String text
)

Create a text node with text.

Implementation

XmlText(String text) : super(text);