BloombergLP::balxml::Reader::nodeLocalName

Return the local name of the current node.

Synopsis

Declared in <balxml_reader.h>

virtual
char const*
nodeLocalName() const = 0;

Description

Return NULL if the current node has no local name. 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.

Return Value

the local name of the current node, or NULL if it has none