MonobjcMonobjc Documented Class Library
NSXMLElement Constructor
NamespacesMonobjc.FoundationNSXMLElementNSXMLElement()()()()
Members
IconMemberDescription
NSXMLElement(NSString)

Returns an NSXMLElement object initialized with the specified name.

Original signature is '- (id)initWithName:(NSString *)name'

Available in Mac OS X v10.4 and later.


NSXMLElement(NSString, NSString)

Returns an NSXMLElement object initialized with a specified name and a single text-node child containing a specified value.

Original signature is '- (id)initWithName:(NSString *)name stringValue:(NSString *)string'

Available in Mac OS X v10.4 and later.


NSXMLElement(NSString, NSError%)

Returns an NSXMLElement object created from a specified string containing XML markup.

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

Available in Mac OS X v10.4 and later.


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


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


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

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

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

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