MonobjcMonobjc Documented Class Library
ResolvePrefixForNamespaceURI Method (namespaceURI)
NamespacesMonobjc.FoundationNSXMLElementResolvePrefixForNamespaceURI(NSString)

Returns the prefix associated with the specified URI.

Original signature is '- (NSString *)resolvePrefixForNamespaceURI:(NSString *)namespaceURI'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString ResolvePrefixForNamespaceURI(
	NSString namespaceURI
)
Public Overridable Function ResolvePrefixForNamespaceURI ( _
	namespaceURI As NSString _
) As NSString
public:
virtual NSString^ ResolvePrefixForNamespaceURI(
	NSString^ namespaceURI
)
Parameters
namespaceURI (NSString)
A string identifying the URI associated with the namespace.
Return Value
A string that is the matching prefix or nil if it finds no matching prefix.
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)