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

Показать файл Открыть проект

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

Метод Описание
AddSequence ( IList sequence ) : void

Add a new sequence to the list of sequences to merge.

Create ( XmlQueryRuntime runtime ) : void

Initialize this instance of DodSequenceMerge.

MergeSequences ( ) : IList

Return the fully merged sequence.

Приватные методы

Метод Описание
InsertSequence ( IEnumerator sequence ) : void

Insert the specified sequence into the list of sequences to be merged. Insert it in reverse document order with respect to the current nodes in other sequences.

MoveAndInsertSequence ( IEnumerator sequence ) : void

Move to the next item in the sequence. If there is no next item, then do not insert the sequence. Otherwise, call InsertSequence.

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

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

Add a new sequence to the list of sequences to merge.
public AddSequence ( IList sequence ) : void
sequence IList
Результат void

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

Initialize this instance of DodSequenceMerge.
public Create ( XmlQueryRuntime runtime ) : void
runtime XmlQueryRuntime
Результат void

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

Return the fully merged sequence.
public MergeSequences ( ) : IList
Результат IList