MonobjcMonobjc Documented Class Library
XMLData Property
NamespacesMonobjc.FoundationNSXMLDocumentXMLData

Returns the XML string representation of the receiver—that is, the entire document—encapsulated in a data object.

Original signature is '- (NSData *)XMLData'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSData XMLData { get; }
Public Overridable ReadOnly Property XMLData As NSData
	Get
public:
virtual property NSData^ XMLData {
	NSData^ get ();
}
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)