Method | Description | |
---|---|---|
GetAtrriuteValues ( this parent, string attr, string eleLayouts ) : List |
获取节点元素的属性值集合
|
|
GetAttributeValue ( this element, string attr ) : string | ||
GetElements ( this parent, string eleLayouts ) : IEnumerable |
public static GetAtrriuteValues ( this parent, string attr, string eleLayouts ) : List |
||
parent | this | 父节点 |
attr | string | 属性 |
eleLayouts | string | 元素层次集合 |
return | List |
public static GetAttributeValue ( this element, string attr ) : string | ||
element | this | |
attr | string | |
return | string |
public static GetElements ( this parent, string eleLayouts ) : IEnumerable |
||
parent | this | |
eleLayouts | string | |
return | IEnumerable |