typedef int(* | xmlInputMatchCallback |
xmlInputMatchCallback: Callback used in the I/O Input API to detect if the current handler can provide input fonctionnalities for this resource.
Returns 1 if yes and 0 if another Input module should be used
typedef void *(* | xmlInputOpenCallback |
xmlInputOpenCallback: Callback used in the I/O Input API to open the resource
Returns an Input context or NULL in case or error
typedef int(* | xmlInputReadCallback |
xmlInputReadCallback: Callback used in the I/O Input API to read the resource
Returns the number of bytes read or -1 in case of error
typedef int(* | xmlInputCloseCallback |
xmlInputCloseCallback: Callback used in the I/O Input API to close the resource
Returns 0 or -1 in case of error
typedef int(* | xmlOutputMatchCallback |
xmlOutputMatchCallback: Callback used in the I/O Output API to detect if the current handler can provide output fonctionnalities for this resource.
Returns 1 if yes and 0 if another Output module should be used
typedef void *(* | xmlOutputOpenCallback |
xmlOutputOpenCallback: Callback used in the I/O Output API to open the resource
Returns an Output context or NULL in case or error
typedef int(* | xmlOutputWriteCallback |
xmlOutputWriteCallback: Callback used in the I/O Output API to write to the resource
Returns the number of bytes written or -1 in case of error
typedef int(* | xmlOutputCloseCallback |
xmlOutputCloseCallback: Callback used in the I/O Output API to close the resource
Returns 0 or -1 in case of error
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.