XMLNode.Content


public property Content

Prototype:

Read/Write property Content[=szContent];

Description:

Gets or sets the text contained inside the node. For example, nodes like:
some data have as content "some data".

Return value:

Returns the text inside the node.