C# Class ExoMerge.Aspose.Extensions.NodeExtensions

Afficher le fichier Open project: vc3/ExoMerge

Méthodes publiques

Méthode Description
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.

Method Details

GetFollowingSiblings() public static méthode

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.
Résultat IEnumerable

GetSelfAndFollowingSiblings() public static méthode

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.
Résultat IEnumerable