parser for the kegg form data text, example like request text content from the rest: https://rest.kegg.jp/get/hsa00592 (KEGG 网页表格的数据解析方法,在Value之中可能会有重复的Key数据出现)
WebForm
01 Syntax
SMRUCC.genomics.Assembly.KEGG.WebServices.InternalWebFormParsers.WebForm
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| References | 1 | Reference list of this biological object |
| Item | 1 | |
| Count | 1 | |
| Keys | 1 | |
| Values | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| _strData | 1 | Entry, {trim_formatted, non-process} |
05 Members
#ctor(
String, Boolean)这个构造函数同时支持url或者文本内容
Parameters
| Name | Type | Description |
|---|---|---|
resource | String | - |
GetValue(
String)获取某一个字段的数据
Parameters
| Name | Type | Description |
|---|---|---|
KeyWord | String | 网页的表格之中的最左端的字段名 |
Returns
this is a null safe function: key not found will returns an empty collection.
References
Reference list of this biological object
_strData
Entry, {trim_formatted, non-process}
Item
Count
Keys
Values