MonobjcMonobjc Documented Class Library
NSXMLNode Constructor
NamespacesMonobjc.FoundationNSXMLNodeNSXMLNode()()()()
Members
IconMemberDescription
NSXMLNode(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.


NSXMLNode(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.


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

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

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

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