Ejemplo n.º 1
0
 public XmlTranslator(CurrentDocType current, FutureDocType future, string path)
 {
     CurrentDocumentType = current;
     FutureDocumentType  = future;
     FilePath            = path;
 }
Ejemplo n.º 2
0
 public HtmlTranslator(CurrentDocType current, FutureDocType future, string path)
 {
     CurrentDocumentType = current;
     FutureDocumentType  = future;
 }