메소드 | 설명 | |
---|---|---|
AllChildElementsOfType ( this e, string type ) : List |
||
AllChildElementsOfTypeAndAttribute ( this e, string type, string attr, string value ) : List |
||
AllGrandChildElementsOfType ( this e, string type ) : List |
||
AllGrandChildElementsOfTypeAndAttribute ( this e, string type, string attr, string value ) : List |
||
FirstChildElementOfType ( this e, string type ) : |
||
FirstChildElementOfTypeAndAttribute ( this e, string type, string attr, string value ) : |
||
FirstGrandChildElementOfType ( this e, string type ) : |
||
FirstGrandChildElementOfTypeAndAttribute ( this e, string type, string attr, string value ) : |
public static AllChildElementsOfType ( this e, string type ) : List |
||
e | this | |
type | string | |
리턴 | List |
public static AllChildElementsOfTypeAndAttribute ( this e, string type, string attr, string value ) : List |
||
e | this | |
type | string | |
attr | string | |
value | string | |
리턴 | List |
public static AllGrandChildElementsOfType ( this e, string type ) : List |
||
e | this | |
type | string | |
리턴 | List |
public static AllGrandChildElementsOfTypeAndAttribute ( this e, string type, string attr, string value ) : List |
||
e | this | |
type | string | |
attr | string | |
value | string | |
리턴 | List |
public static FirstChildElementOfType ( this e, string type ) : |
||
e | this | |
type | string | |
리턴 |
public static FirstChildElementOfTypeAndAttribute ( this e, string type, string attr, string value ) : |
||
e | this | |
type | string | |
attr | string | |
value | string | |
리턴 |
public static FirstGrandChildElementOfType ( this e, string type ) : |
||
e | this | |
type | string | |
리턴 |
public static FirstGrandChildElementOfTypeAndAttribute ( this e, string type, string attr, string value ) : |
||
e | this | |
type | string | |
attr | string | |
value | string | |
리턴 |