/// <summary> /// Removes the given namespace for this object and all descendants. /// </summary> public XML removeNamespace(Namespace ns) { return default(XML); }
/// <summary> /// Sets the namespace associated with the XML object. /// </summary> public void setNamespace(Namespace ns) { }
/// <summary> /// Creates a QName object with a URI from a Namespace object and a localName from a QName object. /// </summary> public QName(Namespace uri, QName localName) { }
public static ByteArray get_ds(Namespace ns) { return default(ByteArray); }
/// <summary> /// Removes the given namespace for this object and all descendants. /// </summary> public XML removeNamespace(Namespace ns) { return(default(XML)); }