Exemple #1
0
 public bool VerifyEqualTo(XmlFile otherXmlFile)
 {
     return(XmlUtils.DeepEqualsWithNormalization(new XDocument(Document), new XDocument(otherXmlFile.Document), null));
 }
 public void LoadFile()
 {
     File = XmlFile.LoadXml(FilePath);
 }
Exemple #3
0
 internal OneVersionUpgrader(UpgradePlan upgradePlan, XmlFile xmlFile)
 {
     this.upgradePlan = upgradePlan;
     this.xmlFile     = xmlFile;
 }