TextNode constructor

TextNode(
  1. String text
)

Implementation

TextNode(String text) {
	this.text = text;
}