exip
Alpha 0.5.4
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
src
common
src
contentHandler.c
Go to the documentation of this file.
1
/*==================================================================*\
2
| EXIP - Embeddable EXI Processor in C |
3
|--------------------------------------------------------------------|
4
| This work is licensed under BSD 3-Clause License |
5
| The full license terms and conditions are located in LICENSE.txt |
6
\===================================================================*/
7
17
#include "contentHandler.h"
18
19
void
initContentHandler
(
ContentHandler
* handler)
20
{
21
handler->
attribute
=
NULL
;
22
handler->
binaryData
=
NULL
;
23
handler->
booleanData
=
NULL
;
24
handler->
dateTimeData
=
NULL
;
25
handler->
decimalData
=
NULL
;
26
handler->
endDocument
=
NULL
;
27
handler->
endElement
=
NULL
;
28
handler->
error
=
NULL
;
29
handler->
fatalError
=
NULL
;
30
handler->
floatData
=
NULL
;
31
handler->
intData
=
NULL
;
32
handler->
listData
=
NULL
;
33
handler->
qnameData
=
NULL
;
34
handler->
processingInstruction
=
NULL
;
35
handler->
namespaceDeclaration
=
NULL
;
36
handler->
selfContained
=
NULL
;
37
handler->
startDocument
=
NULL
;
38
handler->
startElement
=
NULL
;
39
handler->
stringData
=
NULL
;
40
handler->
warning
=
NULL
;
41
}
Generated on Thu Nov 27 2014 10:56:08 for exip by
1.8.4