XmlComment constructor

XmlComment(
  1. String value
)

Create a comment section with value.

Implementation

XmlComment(super.value);