C# Class Hext.Nodext

Show file Open project: jamesqo/hext

Public Methods

Method Description
Aname ( this node ) : string
Ancestor ( this node, string name ) : HtmlNode
AncestorAnamed ( this node, string name ) : HtmlNode
AncestorsAnamed ( this node, string name ) : IEnumerable
AppendChildren ( this node, IEnumerable newChildren ) : void
Attribute ( this node, string name ) : string
ChildAnamed ( this node, string name ) : HtmlNode
ChildrenAnamed ( this node, string name ) : IEnumerable
Class ( this node ) : string
Descendant ( this node, string name ) : HtmlNode
DescendantAnamed ( this node, string name ) : HtmlNode
DescendantsAnamed ( this node, string name ) : IEnumerable
DocumentBody ( this node ) : HtmlNode
DocumentHead ( this node ) : HtmlNode
DocumentHtml ( this node ) : HtmlNode
DocumentNode ( this node ) : HtmlNode
Form ( this node ) : string
IsEmpty ( this node ) : bool
PrependChildren ( this node, IEnumerable newChildren ) : void
SetAname ( this node, string value ) : void
SetClass ( this node, string value ) : void
SetForm ( this node, string value ) : void
SetValue ( this node, string value ) : void
Value ( this node ) : string

Private Methods

Method Description
AnameMatches ( string name ) : bool>.Func

Method Details

Aname() public static method

public static Aname ( this node ) : string
node this
return string

Ancestor() public static method

public static Ancestor ( this node, string name ) : HtmlNode
node this
name string
return HtmlAgilityPack.HtmlNode

AncestorAnamed() public static method

public static AncestorAnamed ( this node, string name ) : HtmlNode
node this
name string
return HtmlAgilityPack.HtmlNode

AncestorsAnamed() public static method

public static AncestorsAnamed ( this node, string name ) : IEnumerable
node this
name string
return IEnumerable

AppendChildren() public static method

public static AppendChildren ( this node, IEnumerable newChildren ) : void
node this
newChildren IEnumerable
return void

Attribute() public static method

public static Attribute ( this node, string name ) : string
node this
name string
return string

ChildAnamed() public static method

public static ChildAnamed ( this node, string name ) : HtmlNode
node this
name string
return HtmlNode

ChildrenAnamed() public static method

public static ChildrenAnamed ( this node, string name ) : IEnumerable
node this
name string
return IEnumerable

Class() public static method

public static Class ( this node ) : string
node this
return string

Descendant() public static method

public static Descendant ( this node, string name ) : HtmlNode
node this
name string
return HtmlNode

DescendantAnamed() public static method

public static DescendantAnamed ( this node, string name ) : HtmlNode
node this
name string
return HtmlNode

DescendantsAnamed() public static method

public static DescendantsAnamed ( this node, string name ) : IEnumerable
node this
name string
return IEnumerable

DocumentBody() public static method

public static DocumentBody ( this node ) : HtmlNode
node this
return HtmlNode

DocumentHead() public static method

public static DocumentHead ( this node ) : HtmlNode
node this
return HtmlNode

DocumentHtml() public static method

public static DocumentHtml ( this node ) : HtmlNode
node this
return HtmlNode

DocumentNode() public static method

public static DocumentNode ( this node ) : HtmlNode
node this
return HtmlNode

Form() public static method

public static Form ( this node ) : string
node this
return string

IsEmpty() public static method

public static IsEmpty ( this node ) : bool
node this
return bool

PrependChildren() public static method

public static PrependChildren ( this node, IEnumerable newChildren ) : void
node this
newChildren IEnumerable
return void

SetAname() public static method

public static SetAname ( this node, string value ) : void
node this
value string
return void

SetClass() public static method

public static SetClass ( this node, string value ) : void
node this
value string
return void

SetForm() public static method

public static SetForm ( this node, string value ) : void
node this
value string
return void

SetValue() public static method

public static SetValue ( this node, string value ) : void
node this
value string
return void

Value() public static method

public static Value ( this node ) : string
node this
return string