MonobjcMonobjc Documented Class Library
InitWithNameURI Method (name, URI)
NamespacesMonobjc.FoundationNSXMLElementInitWithNameURI(NSString, NSString)

Returns an NSXMLElement object initialized with the specified name and URI.

Original signature is '- (id)initWithName:(NSString *)name URI:(NSString *)URI'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithNameURI(
	NSString name,
	NSString URI
)
Public Overridable Function InitWithNameURI ( _
	name As NSString, _
	URI As NSString _
) As Id
public:
virtual Id^ InitWithNameURI(
	NSString^ name, 
	NSString^ URI
)
Parameters
name (NSString)
A string that specifies the qualified name of the element.
URI (NSString)
A string that specifies the namespace URI associated with the element.
Return Value
The initialized NSXMLElement object or nil if initialization did not succeed.
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)