Method | Description | |
---|---|---|
AddNodeAttrib ( |
||
AddNodeNode ( |
||
GetDocument ( String xml ) : |
||
GetNode ( |
||
GetNodeAttrib ( |
||
GetNodeValue ( |
||
GetValue ( |
public static AddNodeAttrib ( |
||
node | ||
name | String | |
value | String | |
return | void |
public static AddNodeNode ( |
||
node | ||
name | String | |
return |
public static GetDocument ( String xml ) : |
||
xml | String | |
return |
public static GetNode ( |
||
doc | ||
name | String | |
num | int | |
return |
public static GetNodeAttrib ( |
||
node | ||
name | String | |
return | String |
public static GetNodeValue ( |
||
node | ||
name | String | |
return | String |
public static GetValue ( |
||
doc | ||
name | String | |
num | int | |
return | String |