메소드 | 설명 | |
---|---|---|
AddSequence ( IList |
Add a new sequence to the list of sequences to merge.
|
|
Create ( |
Initialize this instance of DodSequenceMerge.
|
|
MergeSequences ( ) : IList |
Return the fully merged sequence.
|
메소드 | 설명 | |
---|---|---|
InsertSequence ( IEnumerator |
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 |
Move to the next item in the sequence. If there is no next item, then do not insert the sequence. Otherwise, call InsertSequence.
|