Mono Class Library: System.Xml Namespace

System.Xml.XmlDocumentType Class

A document type declaration node. [Edit]

See Also: XmlDocumentType Members

System.Object
     System.Xml.XmlNode
          System.Xml.XmlLinkedNode
               System.Xml.XmlDocumentType

public class XmlDocumentType : XmlLinkedNode

Remarks

An XML document type declaration node points to a grammar (or "DTD") for a class of documents. Below is an example XML document containing a DTD node. The line containing DOCTYPE is the DTD node.

XML Example
<?xml version="1.0"?>
<!DOCTYPE greeting SYSTEM "hello.dtd">
<greeting>
	Hello, world!
</greeting>
[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0