Up |
_GetXmlNodeChilds
Rretrieve the child nodes from any node.
Prototype :
fun [ObjSXMLNode] [ObjSXMLNode r1]
- ObjSXMLNode : a XML node object
Return : [ObjSXMLNode r1] the list of child nodes or NIL if the function fails
See also :
Example :
Up |
Rretrieve the child nodes from any node.
fun [ObjSXMLNode] [ObjSXMLNode r1]
Return : [ObjSXMLNode r1] the list of child nodes or NIL if the function fails