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

This navigator is a cursor over a cache that stores Xslt disable-output-escaping flags.
상속: RtfNavigator
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : XPathNavigator

Create a copy of this navigator, positioned to the same node in the tree.

CopyToWriter ( XmlWriter writer ) : void

Preserve serialization hints when deep copying.

MoveTo ( XPathNavigator other ) : bool

Position this navigator to the same position as the "other" navigator. If the "other" navigator is not of the same type as this navigator, then return false.

RtfTreeNavigator ( RtfTreeNavigator that ) : System

Copy constructor.

RtfTreeNavigator ( XmlEventCache events, XmlNameTable nameTable ) : System

Create a new navigator over the specified cache of Xml events.

ToNavigator ( ) : XPathNavigator

Discard serialization hints and return a navigator that actually allows navigation.

메소드 상세

Clone() 공개 메소드

Create a copy of this navigator, positioned to the same node in the tree.
public Clone ( ) : XPathNavigator
리턴 System.Xml.XPath.XPathNavigator

CopyToWriter() 공개 메소드

Preserve serialization hints when deep copying.
public CopyToWriter ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void

MoveTo() 공개 메소드

Position this navigator to the same position as the "other" navigator. If the "other" navigator is not of the same type as this navigator, then return false.
public MoveTo ( XPathNavigator other ) : bool
other System.Xml.XPath.XPathNavigator
리턴 bool

RtfTreeNavigator() 공개 메소드

Copy constructor.
public RtfTreeNavigator ( RtfTreeNavigator that ) : System
that RtfTreeNavigator
리턴 System

RtfTreeNavigator() 공개 메소드

Create a new navigator over the specified cache of Xml events.
public RtfTreeNavigator ( XmlEventCache events, XmlNameTable nameTable ) : System
events System.Xml.XmlEventCache
nameTable System.Xml.XmlNameTable
리턴 System

ToNavigator() 공개 메소드

Discard serialization hints and return a navigator that actually allows navigation.
public ToNavigator ( ) : XPathNavigator
리턴 System.Xml.XPath.XPathNavigator