MonobjcMonobjc Documented Class Library
NSXMLDocument Constructor
NamespacesMonobjc.FoundationNSXMLDocumentNSXMLDocument()()()()
Members
IconMemberDescription
NSXMLDocument(NSURL, NSUInteger, NSError%)

Initializes and returns an NSXMLDocument object created from the XML or HTML contents of a URL-referenced source

Original signature is '- (id)initWithContentsOfURL:(NSURL *)url options:(NSUInteger)mask error:(NSError **)error'

Available in Mac OS X v10.4 and later.


NSXMLDocument(NSData, NSUInteger, NSError%)

Initializes and returns an NSXMLDocument object created from an NSData object.

Original signature is '- (id)initWithData:(NSData *)data options:(NSUInteger)mask error:(NSError **)error'

Available in Mac OS X v10.4 and later.


NSXMLDocument(NSXMLElement)

Returns an NSXMLDocument object initialized with a single child, the root element.

Original signature is '- (id)initWithRootElement:(NSXMLElement *)root'

Available in Mac OS X v10.4 and later.


NSXMLDocument(NSString, NSUInteger, NSError%)

Initializes and returns an NSXMLDocument object created from a string containing XML markup text.

Original signature is '- (id)initWithXMLString:(NSString *)string options:(NSUInteger)mask error:(NSError **)error'

Available in Mac OS X v10.4 and later.


NSXMLDocument(NSXMLNodeKind)

Returns an NSXMLNode instance initialized with the constant indicating node kind.

Original signature is '- (id)initWithKind:(NSXMLNodeKind)kind'

Available in Mac OS X v10.4 and later.


NSXMLDocument(NSXMLNodeKind, NSUInteger)

Returns an NSXMLNode instance initialized with the constant indicating node kind and one or more initialization options.

Original signature is '- (id)initWithKind:(NSXMLNodeKind)kind options:(NSUInteger)options'

Available in Mac OS X v10.4 and later.


NSXMLDocument()()()()
Initializes a new instance of the NSXMLDocument class.

NSXMLDocument(IntPtr)
Initializes a new instance of the NSXMLDocument class.

NSXMLDocument(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSXMLDocument class.

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)