MonobjcMonobjc Documented Class Library
ReplaceChildAtIndexWithNode Method (index, node)
NamespacesMonobjc.FoundationNSXMLDTDReplaceChildAtIndexWithNode(NSUInteger, NSXMLNode)

Replaces a child at a particular index with another child.

Original signature is '- (void)replaceChildAtIndex:(NSUInteger)index withNode:(NSXMLNode *)node'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReplaceChildAtIndexWithNode(
	NSUInteger index,
	NSXMLNode node
)
Public Overridable Sub ReplaceChildAtIndexWithNode ( _
	index As NSUInteger, _
	node As NSXMLNode _
)
public:
virtual void ReplaceChildAtIndexWithNode(
	NSUInteger index, 
	NSXMLNode^ node
)
Parameters
index (NSUInteger)
An integer identifying the position of a node in the receiver's list of child nodes.
node (NSXMLNode)
An NSXMLNode object to replace the object at index.
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)