Discuss this help topic in SecureBlackbox Forum
Searches for the child node with given name.
Declaration
Parameters
- aNodeName - A name of the child node to find.
- Deep - If this parameter value is False the search will be performed only between child nodes; if it is set to True the search will be extended to the deepest level in the XML hierarchy.
Description
Use this method to find a child node with the given NodeName. This method searches only for direct children.
Discuss this help topic in SecureBlackbox Forum