LIBXML_NAMESPACE_DICT:
Defines experimental behaviour: 1) xmlNs gets an additional field (a xmlDoc) 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc. xmlBufferAllocationScheme:
A buffer allocation scheme can be defined to either match exactly the need or double it's allocated size each time it is found too small.
- Enumerator:
| XML_BUFFER_ALLOC_DOUBLEIT |
|
| XML_BUFFER_ALLOC_EXACT |
|
| XML_BUFFER_ALLOC_IMMUTABLE |
|
| XML_BUFFER_ALLOC_IO |
|
Definition at line 73 of file tree.h.