C# 클래스 System.Xml.Xsl.Runtime.XmlNavigatorStack

A dynamic stack of IXmlNavigators.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
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