XmlDocumentTypeWrapper class XmlDocumentTypeWrapper : XmlNodeWrapper, IXmlDocumentType, IXmlNode Documentation Code public string InternalSubset { get; } public string Name { get; } public string Public { get; } public string System { get; } public XmlDocumentTypeWrapper(XmlDocumentType documentType)