using System; using System.Collections.Generic; using System.Reflection; using System.Text; namespace CommonUtil.Xml { /// /// XML工具类 /// public class XmlUtil { } }