Return the nesting depth of the current node in the XML document. The root node has depth 0.
Synopsis
Declared in <balxml_minireader.h>
virtual
int
nodeDepth() const override;
Return Value
nesting depth of the current node (root has depth 0)
Created with MrDocs