The meaning of 'value' changes for the specific type. @verbatim Document: empty Element: name of the element Comment: the comment text Unknown: the tag contents Text: the text string @endverbatim */
| 593 | @endverbatim |
| 594 | */ |
| 595 | const char* Value() const { |
| 596 | return _value.GetStr(); |
| 597 | } |
| 598 | |
| 599 | /** Set the Value of an XML node. |
| 600 | @sa Value() |