Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

WBXML Converters
[WBXML Library]


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.


Typedef Documentation

typedef struct WBXMLConvWBXML2XMLParams_s WBXMLConvWBXML2XMLParams
 

Parameters for xml2wbxml() function

typedef struct WBXMLConvXML2WBXMLParams_s WBXMLConvXML2WBXMLParams
 

Parameters for wbxml2xml() function


Function Documentation

WBXMLError wbxml_conv_wbxml2xml WB_UTINY *    wbxml,
WB_ULONG    wbxml_len,
WB_UTINY **    xml,
WBXMLConvWBXML2XMLParams   params
 

Convert WBXML to XML.

Parameters:
wbxml [in] WBXML Document to convert
wbxml_len [in] Length of WBXML Document
xml [out] Resulting XML Document
params [in] Parameters (if NULL, default values are used)
Returns:
WBXML_OK if convertion succeeded, an Error Code otherwise

Referenced by main().

WBXMLError wbxml_conv_xml2wbxml WB_UTINY *    xml,
WB_UTINY **    wbxml,
WB_ULONG *    wbxml_len,
WBXMLConvXML2WBXMLParams   params
 

Convert XML to WBXML.

Parameters:
xml [in] XML Document to convert
wbxml [out] Resulting WBXML Document
wbxml_len [out] Length of resulting WBXML Document
params [in] Parameters (if NULL, default values are used)
Returns:
WBXML_OK if convertion succeeded, an Error Code otherwise

Referenced by main().


Generated on Mon Nov 24 20:09:48 2003 for WBXML Library by doxygen1.3-rc1