C# 클래스 Fizzler.Systems.XmlNodeQuery.XmlNodeExtensions

파일 보기 프로젝트 열기: atifaziz/Fizzler

공개 메소드들

메소드 설명
Children ( this node ) : IEnumerable

Returns a collection of child nodes of this node.

Descendants ( this node ) : IEnumerable

Returns a collection of all descendant nodes of this element.

Elements ( this node ) : IEnumerable

Returns a collection of child elements of this node.

Elements ( this nodes ) : IEnumerable

Returns a collection of elements from this collection.

ElementsAfterSelf ( this node ) : IEnumerable

Returns a collection of the sibling elements after this node.

ElementsBeforeSelf ( this node ) : IEnumerable

Returns a collection of the sibling elements before this node.

IsElement ( this node ) : bool

Determines whether this node is an element or not.

NodesAfterSelf ( this node ) : IEnumerable

Returns a collection of the sibling nodes after this node.

NodesBeforeSelf ( this node ) : IEnumerable

Returns a collection of the sibling nodes before this node.

비공개 메소드들

메소드 설명
DescendantsImpl ( XmlNode node ) : IEnumerable
NodesAfterSelfImpl ( XmlNode node ) : IEnumerable
NodesBeforeSelfImpl ( XmlNode node ) : IEnumerable

메소드 상세

Children() 공개 정적인 메소드

Returns a collection of child nodes of this node.
public static Children ( this node ) : IEnumerable
node this
리턴 IEnumerable

Descendants() 공개 정적인 메소드

Returns a collection of all descendant nodes of this element.
public static Descendants ( this node ) : IEnumerable
node this
리턴 IEnumerable

Elements() 공개 정적인 메소드

Returns a collection of child elements of this node.
public static Elements ( this node ) : IEnumerable
node this
리턴 IEnumerable

Elements() 공개 정적인 메소드

Returns a collection of elements from this collection.
public static Elements ( this nodes ) : IEnumerable
nodes this
리턴 IEnumerable

ElementsAfterSelf() 공개 정적인 메소드

Returns a collection of the sibling elements after this node.
public static ElementsAfterSelf ( this node ) : IEnumerable
node this
리턴 IEnumerable

ElementsBeforeSelf() 공개 정적인 메소드

Returns a collection of the sibling elements before this node.
public static ElementsBeforeSelf ( this node ) : IEnumerable
node this
리턴 IEnumerable

IsElement() 공개 정적인 메소드

Determines whether this node is an element or not.
public static IsElement ( this node ) : bool
node this
리턴 bool

NodesAfterSelf() 공개 정적인 메소드

Returns a collection of the sibling nodes after this node.
public static NodesAfterSelf ( this node ) : IEnumerable
node this
리턴 IEnumerable

NodesBeforeSelf() 공개 정적인 메소드

Returns a collection of the sibling nodes before this node.
public static NodesBeforeSelf ( this node ) : IEnumerable
node this
리턴 IEnumerable