Name
io.h -- The IO transforms.
Details
xmlSecIOInit ()
void xmlSecIOInit (void); |
The IO initialization (called from xmlSecInit() function).
Applications should not call this function directly.
xmlSecIOShutdown ()
void xmlSecIOShutdown (void); |
The IO clenaup (called from xmlSecShutdown() function).
Applications should not call this function directly.
xmlSecInputUri
extern xmlSecTransformId xmlSecInputUri; |
The input URI transform id.
xmlSecInputUriTransformOpen ()
int xmlSecInputUriTransformOpen (xmlSecTransformPtr transform,
const char *uri); |
Opens the given uri for reading.
xmlSecCleanupInputCallbacks ()
void xmlSecCleanupInputCallbacks (void); |
Clears the entire input callback table. this includes the
compiled-in I/O.
xmlSecRegisterDefaultInputCallbacks ()
void xmlSecRegisterDefaultInputCallbacks
(void); |
Registers the default compiled-in I/O handlers.
xmlSecRegisterInputCallbacks ()
int xmlSecRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
xmlInputOpenCallback openFunc,
xmlInputReadCallback readFunc,
xmlInputCloseCallback closeFunc); |
Register a new set of I/O callback for handling parser input.