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