/// <summary> /// Compares the XML object against the given value parameter. /// </summary> public bool contains(XML value) { return default(bool); }
/// <summary> /// Replaces the properties specified by the propertyName parameter with the given value parameter. /// </summary> public XML replace(object propertyName, XML value) { return default(XML); }
/// <summary> /// Appends the given child to the end of the XML object's properties. /// </summary> public XML appendChild(XML child) { return default(XML); }