Exemple #1
0
 /// <summary>
 /// Compares the XML object against the given value parameter.
 /// </summary>
 public bool contains(XML value)
 {
     return default(bool);
 }
Exemple #2
0
 /// <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);
 }
Exemple #3
0
 /// <summary>
 /// Appends the given child to the end of the XML object's properties.
 /// </summary>
 public XML appendChild(XML child)
 {
     return default(XML);
 }