| typedef struct _xmlGlobalState | xmlGlobalState |
| typedef xmlGlobalState * | xmlGlobalStatePtr |
| typedef unsigned int | xmlLinAddress |
| XMLPUBFUN int XMLCALL | xmlOOMFlag | ( | ) |
| XMLPUBFUN void *XMLCALL | malloc_impl | ( | size_t | size | ) |
| XMLPUBFUN void *XMLCALL | realloc_impl | ( | void * | ptr, |
| size_t | size | |||
| ) | ||||
| typedef struct _xmlCharEncodingAlias | xmlCharEncodingAlias |
| typedef xmlCharEncodingAlias * | xmlCharEncodingAliasPtr |
| typedef struct _xmlInputCallback | xmlInputCallback |
| typedef void(* | xmlRegisterNodeFunc |
| typedef void(* | xmlDeregisterNodeFunc |
| XMLPUBVAR const char *const | xmlTreeIndentString |
| XMLPUBVAR const char *const | xmlParserVersion |
| XMLPUBFUN void XMLCALL | xmlInitializeGlobalState | ( | xmlGlobalStatePtr | gs | ) |
xmlInitializeGlobalState: xmlInitializeGlobalState() initialize a global state with all the default values of the library.
| Parameters | |
|---|---|
| gs | a pointer to a newly allocated global state |
| XMLPUBFUN xmlRegisterNodeFunc XMLCALL | xmlRegisterNodeDefault | ( | xmlRegisterNodeFunc | func | ) |
| XMLPUBFUN xmlDeregisterNodeFunc XMLCALL | xmlDeregisterNodeDefault | ( | xmlDeregisterNodeFunc | func | ) |