C# Класс ExoMerge.Aspose.Extensions.NodeExtensions

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

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

Метод Описание
GetFollowingSiblings ( [ startingNode ) : IEnumerable

Returns an enumeration of sibling nodes of the given node that follow the given node in the document.

GetSelfAndFollowingSiblings ( [ startingNode ) : IEnumerable

Returns an enumeration of the given node and its sibling nodes that follow it in the document.

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

GetFollowingSiblings() публичный статический Метод

Returns an enumeration of sibling nodes of the given node that follow the given node in the document.
public static GetFollowingSiblings ( [ startingNode ) : IEnumerable
startingNode [ The node to start after.
Результат IEnumerable

GetSelfAndFollowingSiblings() публичный статический Метод

Returns an enumeration of the given node and its sibling nodes that follow it in the document.
public static GetSelfAndFollowingSiblings ( [ startingNode ) : IEnumerable
startingNode [ The node to start at.
Результат IEnumerable