C# 클래스 ExoMerge.Aspose.Extensions.NodeExtensions

파일 보기 프로젝트 열기: vc3/ExoMerge

공개 메소드들

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