Return the document encoding or NULL on error.
Synopsis
Declared in <balxml_reader.h>
virtual
char const*
documentEncoding() const = 0;
Description
The returned pointer is owned by this object and must not be modified or deallocated by the caller. The returned pointer becomes invalid when close is called or the reader is destroyed.
Return Value
the document encoding, or NULL on error
Created with MrDocs