我有一个XmlNodeList数组。
XmlNodeList
我可以将它合并到单个XmlNodeList对象中吗?
发布于 2013-03-15 21:19:45
一些伪代码。不知道方法调用是否正确,但方法应该可以工作
joined xmlNodeList for XmlNodeList nl in array for Node n in nl joined.insert n
https://stackoverflow.com/questions/15433371
相似问题