Return the node type of the current node if the reader isOpen and has not encounter an error and Reader::NONE otherwise.
Synopsis
Declared in <balxml_reader.h>
virtual
NodeType
nodeType() const = 0;
Return Value
the node type of the current node, or Reader::NONE if not open or on error
Created with MrDocs