MonobjcMonobjc Documented Class Library
RemoveNamespaceForPrefix Method (name)
NamespacesMonobjc.FoundationNSXMLElementRemoveNamespaceForPrefix(NSString)

Removes a namespace node that is identified by a given prefix.

Original signature is '- (void)removeNamespaceForPrefix:(NSString *)name'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveNamespaceForPrefix(
	NSString name
)
Public Overridable Sub RemoveNamespaceForPrefix ( _
	name As NSString _
)
public:
virtual void RemoveNamespaceForPrefix(
	NSString^ name
)
Parameters
name (NSString)
A string that is the prefix for a namespace.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)