innerXml property

String get innerXml

Return the markup representing the child nodes of this node.

Implementation

String get innerXml;
set innerXml (String value)

Replaces the markup representing the child nodes of this node.

Implementation

set innerXml(String value);