Here my code is for iterating the nodes, but its also iterating for the leaf node and checking for its child(which is the tag node), how can I directly know if the current node is tag node or not, without seeing for its child. below is my java code: '''
private void browseNode(String pName, OpcUaClient client, NodeId browseRoot)
'''