
Public Attributes | |
| WBXMLTree * | tree |
| WBXMLBuffer * | output |
| const WBXMLTagEntry * | current_tag |
| const WBXMLAttrEntry * | current_attr |
| unsigned char | tagCodePage |
| unsigned char | attrCodePage |
| unsigned char | ignore_empty_text |
| unsigned char | remove_text_blanks |
| WBXMLEncoderOutputType | output_type |
| WBXMLEncoderXMLGenType | xml_gen_type |
| unsigned char | indent_delta |
| unsigned char | indent |
| unsigned char | in_content |
| unsigned char | xml_encode_header |
| WBXMLVersion | wbxml_version |
Definition at line 97 of file wbxml_encoder.c.
|
|
Current Attribute Code Page Definition at line 103 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(). |
|
|
Current Attribute Definition at line 101 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(). |
|
|
Current Tag (See The Warning For This Field !) Definition at line 100 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(). |
|
|
Do we ignore empty text nodes (ie: ignorable whitespaces)? Definition at line 104 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(), and wbxml_encoder_set_ignore_empty_text(). |
|
|
We are in Content Text (used for indentation when generating XML output) Definition at line 110 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(). |
|
|
Current Indent Definition at line 109 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(). |
|
|
Indent Delta (number of spaces) Definition at line 108 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(), and wbxml_encoder_set_indent(). |
|
|
The output (wbxml or xml) we are producing Definition at line 99 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(), wbxml_encoder_destroy(), wbxml_encoder_encode_to_wbxml(), and wbxml_encoder_encode_to_xml(). |
|
|
Output Type Definition at line 106 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(), wbxml_encoder_encode_to_wbxml(), and wbxml_encoder_encode_to_xml(). |
|
|
Do we remove leading and trailing blanks in text nodes ? Definition at line 105 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(), and wbxml_encoder_set_remove_text_blanks(). |
|
|
Current Tag Code Page Definition at line 102 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(). |
|
|
WBXML Tree to Encode Definition at line 98 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(), wbxml_encoder_encode_to_wbxml(), wbxml_encoder_encode_to_xml(), and wbxml_encoder_set_tree(). |
|
|
WBXML Version to use (when generating WBXML output) Definition at line 117 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(), and wbxml_encoder_set_wbxml_version(). |
|
|
Do we generate XML Header ? Definition at line 116 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(). |
|
|
XML Generation Type Definition at line 107 of file wbxml_encoder.c. Referenced by wbxml_encoder_create_real(), and wbxml_encoder_set_xml_gen_type(). |
1.3-rc1