C# 클래스 Mapsui.Providers.Wfs.Utilities.PathNode

This class represents an element-node in an XML document
상속: IPathNode
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

Private Properties

프로퍼티 타입 설명
PathNode System

공개 메소드들

메소드 설명
Matches ( XmlReader xmlReader ) : bool

This method evaluates, if the position of an XmlReader is at the element-node represented by the instance of this class. It compares pointers instead of literal values due to performance reasons. Therefore the name table of the XmlReader given as argument must be the one handed over to the constructor.

비공개 메소드들

메소드 설명
PathNode ( string elementNsUri, string elementNodeName, NameTable nameTable ) : System

Initializes a new instance of the PathNode class.

메소드 상세

Matches() 공개 메소드

This method evaluates, if the position of an XmlReader is at the element-node represented by the instance of this class. It compares pointers instead of literal values due to performance reasons. Therefore the name table of the XmlReader given as argument must be the one handed over to the constructor.
public Matches ( XmlReader xmlReader ) : bool
xmlReader System.Xml.XmlReader An XmlReader instance
리턴 bool