XmlDoctype constructor

XmlDoctype(
  1. String text
)

Create a doctype section with text.

Implementation

XmlDoctype(String text) : super(text);