Return the base URI name of the current node if the current node has a base URI and NULL otherwise. The returned pointer is owned by this object and must not be modified or deallocated by the caller. The returned pointer becomes invalid upon the next advanceToNextNode, when close is called or the reader is destroyed.

Synopsis

Declared in <balxml_minireader.h>

virtual
char const*
nodeBaseUri() const override;

Created with MrDocs