Returns an array containing all child nodes with a given name.
[Visual Basic] Overloads Public Function GetNodes( _ ByVal name As String _ ) As XmlNode () [C#] public XmlNode[] GetNodes( string name ); [C++] public: XmlNode* GetNodes( String* name ) []; [JScript] public function GetNodes( name : String ) : XmlNode[];
An array containing the child nodes with the given name.
The returned array contains all child nodes with the given name and the same namespace URI as this element. The array contains the child nodes in the order they appear in the child list. The returned array may be empty, but it is never null.
XmlContainer Class | XmlContainer Members | System.Xml Namespace | XmlContainer.GetNodes Overload List | GetNodes | GetNodes | GetNodes