Example #1
0
 /// <summary>
 /// Removes the given namespace for this object and all descendants.
 /// </summary>
 public XML removeNamespace(Namespace ns)
 {
     return default(XML);
 }
Example #2
0
 /// <summary>
 /// Sets the namespace associated with the XML object.
 /// </summary>
 public void setNamespace(Namespace ns)
 {
     return;
 }
Example #3
0
 /// <summary>
 /// Adds a namespace to the set of in-scope namespaces for the XML object.
 /// </summary>
 public XML addNamespace(Namespace ns)
 {
     return default(XML);
 }