示例#1
0
 public XmlTranslator(CurrentDocType current, FutureDocType future, string path)
 {
     CurrentDocumentType = current;
     FutureDocumentType  = future;
     FilePath            = path;
 }
示例#2
0
 public HtmlTranslator(CurrentDocType current, FutureDocType future, string path)
 {
     CurrentDocumentType = current;
     FutureDocumentType  = future;
 }