XML.replace

XML replace (String name, XML value)

Parameters

name The property name.
value The XML with which to replace the value of the matching property.

Description

Replaces the value of specified XML properties of this XML object returns this XML object.

This method acts like the assignment operator.