Return a string representation for the specified nodeType code or "(* UNKNOWN NODE TYPE *)" if nodeType is not one of the values enumerated in NodeType.
Synopsis
Declared in <balxml_reader.h>
static
char const*
nodeTypeAsString(NodeType nodeType);
Return Value
a string representation for nodeType, or "(* UNKNOWN NODE TYPE *)" if not a valid NodeType
Parameters
Name |
Description |
nodeType |
node type enumerator to convert to a string |
Created with MrDocs