C# Class ExoMerge.Aspose.Extensions.NodeExtensions

Mostrar archivo Open project: vc3/ExoMerge

Public Methods

Method 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 method

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.
return IEnumerable

GetSelfAndFollowingSiblings() public static method

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.
return IEnumerable