public XRootNamespace(beans root) {
     this.doc = new XDocument(root.Untyped);
     this.rootObject = root;
 }
示例#2
0
 public SpringMvcMappings(string xmlFile) : this()
 {
 	XmlFile = xmlFile;
 	springBeans = beans.Load(xmlFile); 
 }
 public XRootNamespace(beans root)
 {
     this.doc        = new XDocument(root.Untyped);
     this.rootObject = root;
 }