Property | Type | Description | |
---|---|---|---|
EditorsTableHeader | byte[] |
Method | Description | |
---|---|---|
GetEditorsTable ( string responseXml ) : |
Get EditorsTable from response xml.
|
|
GetEditorsTableFromResponse ( |
Get EditorsTable from server response.
|
|
IsEditorsTableHeader ( byte content ) : bool |
This method is used to test whether it is an editors table header.
|
Method | Description | |
---|---|---|
GetEditor ( |
Get Editor instance from XmlNode.
|
public static GetEditorsTable ( string responseXml ) : |
||
responseXml | string | The response xml about EditorsTable. |
return |
public static GetEditorsTableFromResponse ( |
||
subResponse | The sub response from server. | |
site | ITestSite | Transfer ITestSite into this operation, for this operation to use ITestSite's function. |
return |
public static IsEditorsTableHeader ( byte content ) : bool | ||
content | byte | Specify the header content. |
return | bool |