MonobjcMonobjc Documented Class Library
InitWithContentsOfURL Method (url)
NamespacesMonobjc.FoundationNSXMLParserInitWithContentsOfURL(NSURL)

Initializes the receiver with the XML content referenced by the given URL.

Original signature is '- (id)initWithContentsOfURL:(NSURL *)url'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithContentsOfURL(
	NSURL url
)
Public Overridable Function InitWithContentsOfURL ( _
	url As NSURL _
) As Id
public:
virtual Id^ InitWithContentsOfURL(
	NSURL^ url
)
Parameters
url (NSURL)
An NSURL object specifying a URL. The URL must be fully qualified and refer to a scheme that is supported by the NSURL class.
Return Value
An initialized NSXMLParser object or nil if an error occurs.
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)