Raghu, what about DOMNodeList * DOMNode::getChildNodes() ?
Regards, Michael Raghu wrote: > Hi, > I want to access immediate child DOMNodes by name.....Although > DOMElement has a method getElementsByTagName it returns a list of all > descendant nodes that have the same name....Is there a method that returns > only immediate child nodes?? > How do I do this?? > > Thank you! > Regards > > Raghu > >
