Mono Class Library: System.Xml NamespaceSystem.Xml.XmlDocumentType Class |
See Also: XmlDocumentType Members
System.Object
System.Xml.XmlNode
System.Xml.XmlLinkedNode
System.Xml.XmlDocumentType
|
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.
[Edit]
XML Example <?xml version="1.0"?> <!DOCTYPE greeting SYSTEM "hello.dtd"> <greeting> Hello, world! </greeting>
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0