[#BloombergLP-balxml-Reader-nodePrefix] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Reader.adoc[Reader]::nodePrefix :relfileprefix: ../../../ :mrdocs: Return the prefix name of the current node if the correct node has a prefix name 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_reader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual char const* nodePrefix() const = 0; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#