libxml2_hash.h File Reference

Typedef xmlHashTable

typedef struct _xmlHashTablexmlHashTable

Typedef xmlHashTablePtr

typedef xmlHashTable *xmlHashTablePtr

Typedef xmlHashDeallocator

typedef void(*xmlHashDeallocator

xmlHashDeallocator: Callback to free data from a hash.

Typedef xmlHashCopier

typedef void *(*xmlHashCopier

xmlHashCopier: Callback to copy data from a hash.

Returns a copy of the data or NULL in case of error.

Typedef xmlHashScanner

typedef void(*xmlHashScanner

xmlHashScanner: Callback when scanning data in a hash with the simple scanner.

Typedef xmlHashScannerFull

typedef void(*xmlHashScannerFull

xmlHashScannerFull: Callback when scanning data in a hash with the full scanner.