.net操纵xml文件类(c#)
|
日期:2006年12月11日 作者: 查看:[大字体
中字体 小字体]
|
72 // 73 // TODO: 在此处添加构造函数逻辑 74 // 75 76 this.xmlFilePathType = enumXmlPathType.VirtualPath ; 77 this.xmlFilePath = tempXmlFilePath ; 78 GetXmlDocument() ; 79 //xmlDoc.Load( xmlFilePath ) ; 80 } 81 82 /**//// <summary> 83 /// 构造函数 84 /// </summary> 85 /// <param name="tempXmlFilePath">文件路径</param> 86 /// <param name="tempXmlFilePathType">类型</param> 87 public MyXml( string tempXmlFilePath , enumXmlPathType tempXmlFilePathType ) 88 { 89 // 90 // TODO: 在此处添加构造函数逻辑 91 // 92 this.xmlFilePathType = tempXmlFilePathType ; 93 this.xmlFilePath = tempXmlFilePath ; 94 GetXmlDocument() ; 95 } 96 #endregion 97 98 99 /**////<summary> 100 ///获取XmlDocument实体类 101 ///</summary> 102 /// <returns>指定的XML描述文件的一个xmldocument实例</returns>
上一篇:MS SQL Server 2000系统数据类型
下一篇:关于2.0 中的用户控件编程使用
|
| .net操纵xml文件类(c#) 相关文章: |
|
|
|
| .net操纵xml文件类(c#) 相关软件: |
|
|
|