XmlComment constructor

XmlComment(
  1. String text
)

Create a comment section with text.

Implementation

XmlComment(String text) : super(text);