#include <wbxml_conv.h>
Public Attributes | |
WBXMLEncoderXMLGenType | gen_type |
WBXMLLanguage | lang |
WB_UTINY | indent |
WB_BOOL | keep_ignorable_ws |
Definition at line 47 of file wbxml_conv.h.
|
WBXML_ENCODER_XML_GEN_COMPACT | WBXML_ENCODER_XML_GEN_INDENT | WBXML_ENCODER_XML_GEN_CANONICAL (Default: WBXML_ENCODER_XML_GEN_INDENT) Definition at line 48 of file wbxml_conv.h. Referenced by main(), and wbxml_conv_wbxml2xml(). |
|
Indentation Delta, when using WBXML_ENCODER_XML_GEN_INDENT Generation Type (Default: 0) Definition at line 50 of file wbxml_conv.h. Referenced by main(), and wbxml_conv_wbxml2xml(). |
|
Keep Ignorable Whitespaces (Default: FALSE) Definition at line 51 of file wbxml_conv.h. Referenced by main(), and wbxml_conv_wbxml2xml(). |
|
Force document Language (overwrite document Public ID) Definition at line 49 of file wbxml_conv.h. Referenced by main(), and wbxml_conv_wbxml2xml(). |