您的位置:首页 > Web前端

Difference method for Parse XML with C#

2010-03-08 00:49 281 查看
If you're .NET 2.0, try XmlReader and it's subclasses XmlTextReader, XmlValidatingReader provide a fast, lightweight (memory usage etc), forward only way to parse an XML file.

If you need XPath capabilities try the XPathNavigator. If you need the entire document in memory try XmlDocument.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐