XmlParser 方法 |
The XmlParser type exposes the following members.
名称 | 说明 | |
---|---|---|
![]() | GetAttribute |
获取属性值
|
![]() | IdenticalName |
相同的名字,只在ELEMENT节点上有效。
|
![]() | Next |
下一个Token
注:返回 None 表示结束 或 异常结束
|
![]() | ReadText |
读取节点的TEXT值 (即:<Tag>XXX</Tag>中的“XXX”,存在则返回有效的字符串,不存在则返回NULL。)
|
![]() ![]() | StringToXmlString |
字符串转为XML字符串
|
![]() ![]() | XmlStringToString |
XML字符串转为字符串
|