MonobjcMonobjc Documented Class Library
AddChild Method (child)
NamespacesMonobjc.FoundationNSXMLDTDAddChild(NSXMLNode)

Adds a child node to the end of the list of existing children.

Original signature is '- (void)addChild:(NSXMLNode *)child'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddChild(
	NSXMLNode child
)
Public Overridable Sub AddChild ( _
	child As NSXMLNode _
)
public:
virtual void AddChild(
	NSXMLNode^ child
)
Parameters
child (NSXMLNode)
The node object to add to the existing children.
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)