#include <BxBinxSchema.h>
Inheritance diagram for BxBinxSchema:

Static Public Member Functions | |
| BxBinxTagNumber | search (const char *const tag) |
| const char * | searchTagByDataClass (int dataclass) |
|
|
Get the unique number corresponding to a specified BinX XML schema tag name. This method searches the BxBinxTagTable for the specified string. The string should be a valid tag name defined by the BinX XML schema. Example tag name include:
dataset, defineType, dim, indexTo, useType, struct, array, union, etc.
|
|
|
Get the BinX XML schema tag name corresponding to a specified number. This method returns a pointer to the selected BinX XML schema tag name stored in the BxBinxTagTable. The specified input number must be within the size of the tag name table. If the specified input number is out of range, then a NULL pointer is returned.
|
1.3.3