C# 클래스 Mvp.Xml.Common.XmlNodeListFactory

Constructs XmlNodeList instances from XPathNodeIterator objects.
See http://weblogs.asp.net/cazzu/archive/2004/04/14/113479.aspx.

Author: Daniel Cazzulino, blog

Contributors: Oleg Tkachenko, http://www.xmllab.net

파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
CreateNodeList ( XPathNodeIterator iterator ) : XmlNodeList

Creates an instance of a XmlNodeList that allows enumerating XmlNode elements in the iterator.

The underlying XML store used to issue the query must be an object inheriting XmlNode, such as XmlDocument.

비공개 메소드들

메소드 설명
XmlNodeListFactory ( ) : System

메소드 상세

CreateNodeList() 공개 정적인 메소드

Creates an instance of a XmlNodeList that allows enumerating XmlNode elements in the iterator.
The underlying XML store used to issue the query must be an object inheriting XmlNode, such as XmlDocument.
public static CreateNodeList ( XPathNodeIterator iterator ) : XmlNodeList
iterator System.Xml.XPath.XPathNodeIterator The result of a previous node selection /// through an query.
리턴 System.Xml.XmlNodeList