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_utf8readerwrapper.h>
virtual
NodeType
nodeType() const override;
Return Value
the node type of the current node, or Reader::NONE if the reader is not open or has encountered an error
Created with MrDocs