C# Класс Mapsui.Providers.Wfs.Utilities.PathNode

This class represents an element-node in an XML document
Наследование: IPathNode
Показать файл Открыть проект Примеры использования класса

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