MonobjcMonobjc Documented Class Library
ElementWithNameURI Method (name, URI)
NamespacesMonobjc.FoundationNSXMLNodeElementWithNameURI(NSString, NSString)

Returns an element whose fully qualified name is specified.

Original signature is '+ (id)elementWithName:(NSString *)name URI:(NSString *)URI'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id ElementWithNameURI(
	NSString name,
	NSString URI
)
Public Shared Function ElementWithNameURI ( _
	name As NSString, _
	URI As NSString _
) As Id
public:
static Id^ ElementWithNameURI(
	NSString^ name, 
	NSString^ URI
)
Parameters
name (NSString)
A string that is the name (or tag identifier) of an element.
URI (NSString)
A URI (Universal Resource Identifier) that qualifies name.
Return Value
An NSXMLElement object or nil if the object cannot be created.
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)