Return the base URI of the current node.
Declared in <balxml_reader.h>
virtual
char const*
nodeBaseUri() const = 0;
Return NULL if the current node has no base URI. 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.
the base URI of the current node, or NULL if it has none