C# Класс System.Xml.Xsl.Runtime.XmlNavigatorStack

A dynamic stack of IXmlNavigators.
Показать файл Открыть проект

Открытые методы

Метод Описание
Peek ( ) : XPathNavigator

Returns the navigator at the top of the stack without adjusting the stack pointer

Pop ( ) : XPathNavigator

Pop the topmost navigator and return it

Push ( XPathNavigator nav ) : void

Push a navigator onto the stack

Reset ( ) : void

Remove all navigators from the stack

Описание методов

Peek() публичный Метод

Returns the navigator at the top of the stack without adjusting the stack pointer
public Peek ( ) : XPathNavigator
Результат System.Xml.XPath.XPathNavigator

Pop() публичный Метод

Pop the topmost navigator and return it
public Pop ( ) : XPathNavigator
Результат System.Xml.XPath.XPathNavigator

Push() публичный Метод

Push a navigator onto the stack
public Push ( XPathNavigator nav ) : void
nav System.Xml.XPath.XPathNavigator
Результат void

Reset() публичный Метод

Remove all navigators from the stack
public Reset ( ) : void
Результат void