예제 #1
0
 internal XmlDocumentType(DTDObjectModel dtd, XmlDocument doc)
     : base(doc)
 {
     this.dtd = dtd;
     ImportFromDTD();
 }