Метод | Описание | |
---|---|---|
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.
|
|
DescendantsAndSelf ( this node ) : IEnumerable |
Returns a collection of nodes that contains this element followed by all descendant nodes of this element.
|
|
Elements ( this node ) : IEnumerable |
Returns a collection of child elements of this node.
|
|
Elements ( this |
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.
|
|
GetBeginTagString ( this node ) : string |
Returns a begin tag, including attributes, string representation of this element.
|
|
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 ( HtmlNode node ) : IEnumerable |
||
NodesAfterSelfImpl ( HtmlNode node ) : IEnumerable |
||
NodesBeforeSelfImpl ( HtmlNode node ) : IEnumerable |
public static Children ( this node ) : IEnumerable |
||
node | this | |
Результат | IEnumerable |
public static Descendants ( this node ) : IEnumerable |
||
node | this | |
Результат | IEnumerable |
public static DescendantsAndSelf ( this node ) : IEnumerable |
||
node | this | |
Результат | IEnumerable |
public static Elements ( this node ) : IEnumerable |
||
node | this | |
Результат | IEnumerable |
public static Elements ( this |
||
nodes | this |
|
Результат | IEnumerable |
public static ElementsAfterSelf ( this node ) : IEnumerable |
||
node | this | |
Результат | IEnumerable |
public static ElementsBeforeSelf ( this node ) : IEnumerable |
||
node | this | |
Результат | IEnumerable |
public static GetBeginTagString ( this node ) : string | ||
node | this | |
Результат | string |
public static IsElement ( this node ) : bool | ||
node | this | |
Результат | bool |
public static NodesAfterSelf ( this node ) : IEnumerable |
||
node | this | |
Результат | IEnumerable |
public static NodesBeforeSelf ( this node ) : IEnumerable |
||
node | this | |
Результат | IEnumerable |