XmlElement::ListChildren (open)
List all direct child elements matching namespace and name
Syntax
LOADLIB "wh::xml/dom.whlib";
OBJECT ARRAY FUNCTION ListChildren(STRING namespaceuri, STRING localname)
Parameters
STRING namespaceuri
Namespace to look for. If not set, look for dom level 1 nodes. Use '*' to match all namespaces.
STRING localname
Element to look for (nodename for level 1 nodes). Use '*' to match all names.
Return value
OBJECT ARRAY