Represents a document type declaration.
[Visual Basic] Public Class XmlDocType Inherits XmlNode [C#] public class XmlDocType : XmlNode [C++] public __gc class XmlDocType : public XmlNode [JScript] public class XmlDocType extends XmlNode
This class represents an XML document type declaration such as
The XmlDocType
class has no public constructors. Instances of XmlDocType are created using the CreateDocType and AddDocType methods.
Namespace: System.Xml
Assembly: System.dll