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

This navigator is a cursor over a cache that stores Xslt disable-output-escaping flags.
Наследование: RtfNavigator
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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