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

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

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