yumapro
24.10-1
YumaPro SDK
|
YIN Language Format. More...
Data Structures | |
struct | yin_mapping_t |
YANG to YIN mapping The argument and element vs. More... | |
Functions | |
const yin_mapping_t * | yin_find_mapping (const xmlChar *name) |
Find a static yin mapping entry. More... | |
tk_chain_t * | yinyang_convert_token_chain (const xmlChar *sourcespec, status_t *res) |
Try to open a file as a YIN formatted XML file and convert it to a token chain for processing by yang_parse_from_token_chain. More... | |
YIN Language Format.
Convert YIN File to a Token Chain.
const yin_mapping_t * yin_find_mapping | ( | const xmlChar * | name | ) |
Find a static yin mapping entry.
name | keyword name to find |
tk_chain_t * yinyang_convert_token_chain | ( | const xmlChar * | sourcespec, |
status_t * | res | ||
) |
Try to open a file as a YIN formatted XML file and convert it to a token chain for processing by yang_parse_from_token_chain.
sourcespec | file spec for the YIN file to read | |
[out] | res | address of return status
|