XmlDocument « System.Xml « C# / C Sharp by API






1.new XmlDocument()
2.XmlDocument.AppendChild(XmlNode docNode)
3.XmlDocument.CreateComment(String comments)
4.XmlDocument.CreateElement
5.XmlDocument.CreateXmlDeclaration
6.XmlDocument.LoadXml(String xmlString)
7.XmlDocument.Save()
8.XmlDocument.SelectNodes
9.XmlDocument.SelectSingleNode