DocumentType defines an XML DOCTYPE declaration.
DocumentType
7980818283848586878889
/* */ /* */ public void accept(Visitor visitor) /* */ { /* 109 */ visitor.visit(this); /* */ /* 111 */ DocumentType docType = getDocType(); /* */ /* 113 */ if (docType != null) { /* 114 */ visitor.visit(docType); /* */ } /* */