Метод | Описание | |
---|---|---|
GetAttribute ( |
Gets an attribute value from an XML node
|
|
GetCData ( |
Gets a CData value from an XML node as specified by an xpath
|
protected GetAttribute ( |
||
iterator | The node iterator to get the node from | |
attributeName | string | The attribute of the node to get |
Результат | string |
protected GetCData ( |
||
iterator | The node iterator to get the node from | |
xpath | string | The path to the node |
Результат | string |