Files | |
| file | wbxml_conv.c |
| WBXML Convertion Library (XML to WBXML, and WBXML to XML). | |
| file | wbxml_conv.h |
| WBXML Convertion Library (XML to WBXML, and WBXML to XML). | |
Compounds | |
| struct | WBXMLConvWBXML2XMLParams_s |
| struct | WBXMLConvXML2WBXMLParams_s |
Typedefs | |
| typedef WBXMLConvWBXML2XMLParams_s | WBXMLConvWBXML2XMLParams |
| typedef WBXMLConvXML2WBXMLParams_s | WBXMLConvXML2WBXMLParams |
Functions | |
| WBXMLError | wbxml_conv_wbxml2xml (WB_UTINY *wbxml, WB_ULONG wbxml_len, WB_UTINY **xml, WBXMLConvWBXML2XMLParams *params) |
| Convert WBXML to XML. | |
| WBXMLError | wbxml_conv_xml2wbxml (WB_UTINY *xml, WB_UTINY **wbxml, WB_ULONG *wbxml_len, WBXMLConvXML2WBXMLParams *params) |
| Convert XML to WBXML. | |
|
|
Parameters for xml2wbxml() function |
|
|
Parameters for wbxml2xml() function |
|
||||||||||||||||||||
|
Convert WBXML to XML.
Referenced by main(). |
|
||||||||||||||||||||
|
Convert XML to WBXML.
Referenced by main(). |
1.3-rc1