Eneboo - Documentación para desarrolladores
|
#include <libxml/xmlversion.h>
#include <libxml/parser.h>
#include <libxml/xmlerror.h>
#include <libxml/SAX.h>
#include <libxml/SAX2.h>
#include <libxml/xmlmemory.h>
#include <libxml/threads.h>
Ir al código fuente de este archivo.
typedef void(* xmlDeregisterNodeFunc)(xmlNodePtr node) |
xmlDeregisterNodeFunc: : the current node
Signature for the deregistration callback of a discarded node
typedef struct _xmlGlobalState xmlGlobalState |
typedef xmlGlobalState* xmlGlobalStatePtr |
typedef xmlOutputBufferPtr(* xmlOutputBufferCreateFilenameFunc)(const char *URI, xmlCharEncodingHandlerPtr encoder, int compression) |
xmlOutputBufferCreateFilenameFunc: : the URI to write to : the requested target encoding
Signature for the function doing the lookup for a suitable output method corresponding to an URI.
Returns the new xmlOutputBufferPtr in case of success or NULL if no method was found.
typedef xmlParserInputBufferPtr(* xmlParserInputBufferCreateFilenameFunc)(const char *URI, xmlCharEncoding enc) |
xmlParserInputBufferCreateFilenameFunc: : the URI to read from : the requested source encoding
Signature for the function doing the lookup for a suitable input method corresponding to an URI.
Returns the new xmlParserInputBufferPtr in case of success or NULL if no method was found.
typedef void(* xmlRegisterNodeFunc)(xmlNodePtr node) |
xmlRegisterNodeFunc: : the current node
Signature for the registration callback of a created node
XMLPUBFUN int* XMLCALL __oldXMLWDcompatibility | ( | void | ) |
XMLPUBFUN xmlBufferAllocationScheme* XMLCALL __xmlBufferAllocScheme | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlDefaultBufferSize | ( | void | ) |
XMLPUBFUN xmlSAXHandlerV1* XMLCALL __xmlDefaultSAXHandler | ( | void | ) |
XMLPUBFUN xmlSAXLocator* XMLCALL __xmlDefaultSAXLocator | ( | void | ) |
XMLPUBFUN xmlDeregisterNodeFunc* XMLCALL __xmlDeregisterNodeDefaultValue | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlDoValidityCheckingDefaultValue | ( | void | ) |
XMLPUBFUN xmlGenericErrorFunc* XMLCALL __xmlGenericError | ( | void | ) |
XMLPUBFUN void* XMLCALL __xmlGenericErrorContext | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlGetWarningsDefaultValue | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlIndentTreeOutput | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlKeepBlanksDefaultValue | ( | void | ) |
XMLPUBFUN xmlError* XMLCALL __xmlLastError | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlLineNumbersDefaultValue | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlLoadExtDtdDefaultValue | ( | void | ) |
XMLPUBFUN xmlOutputBufferCreateFilenameFunc* XMLCALL __xmlOutputBufferCreateFilenameValue | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlParserDebugEntities | ( | void | ) |
XMLPUBFUN xmlParserInputBufferCreateFilenameFunc* XMLCALL __xmlParserInputBufferCreateFilenameValue | ( | void | ) |
XMLPUBFUN const char* XMLCALL __xmlParserVersion | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlPedanticParserDefaultValue | ( | void | ) |
XMLPUBFUN xmlRegisterNodeFunc* XMLCALL __xmlRegisterNodeDefaultValue | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlSaveNoEmptyTags | ( | void | ) |
XMLPUBFUN xmlStructuredErrorFunc* XMLCALL __xmlStructuredError | ( | void | ) |
XMLPUBFUN void* XMLCALL __xmlStructuredErrorContext | ( | void | ) |
XMLPUBFUN int* XMLCALL __xmlSubstituteEntitiesDefaultValue | ( | void | ) |
XMLPUBFUN const char* XMLCALL __xmlTreeIndentString | ( | void | ) |
XMLPUBFUN void XMLCALL xmlCleanupGlobals | ( | void | ) |
xmlCleanupGlobals:
Additional cleanup for multi-threading
XMLPUBFUN xmlDeregisterNodeFunc XMLCALL xmlDeregisterNodeDefault | ( | xmlDeregisterNodeFunc | func | ) |
xmlDeregisterNodeDefault: : function pointer to the new DeregisterNodeFunc
Registers a callback for node destruction
Returns the previous value of the deregistration function
XMLPUBFUN void XMLCALL xmlInitGlobals | ( | void | ) |
xmlInitGlobals:
Additional initialisation for multi-threading
XMLPUBFUN void XMLCALL xmlInitializeGlobalState | ( | xmlGlobalStatePtr | gs | ) |
xmlInitializeGlobalState: : a pointer to a newly allocated global state
xmlInitializeGlobalState() initialize a global state with all the default values of the library.
XMLPUBFUN xmlOutputBufferCreateFilenameFunc XMLCALL xmlOutputBufferCreateFilenameDefault | ( | xmlOutputBufferCreateFilenameFunc | func | ) |
XMLPUBFUN xmlParserInputBufferCreateFilenameFunc XMLCALL xmlParserInputBufferCreateFilenameDefault | ( | xmlParserInputBufferCreateFilenameFunc | func | ) |
XMLPUBFUN xmlRegisterNodeFunc XMLCALL xmlRegisterNodeDefault | ( | xmlRegisterNodeFunc | func | ) |
xmlRegisterNodeDefault: : function pointer to the new RegisterNodeFunc
Registers a callback for node creation
Returns the old value of the registration function
XMLPUBFUN xmlBufferAllocationScheme XMLCALL xmlThrDefBufferAllocScheme | ( | xmlBufferAllocationScheme | v | ) |
XMLPUBFUN xmlDeregisterNodeFunc XMLCALL xmlThrDefDeregisterNodeDefault | ( | xmlDeregisterNodeFunc | func | ) |
XMLPUBFUN xmlOutputBufferCreateFilenameFunc XMLCALL xmlThrDefOutputBufferCreateFilenameDefault | ( | xmlOutputBufferCreateFilenameFunc | func | ) |
XMLPUBFUN xmlParserInputBufferCreateFilenameFunc XMLCALL xmlThrDefParserInputBufferCreateFilenameDefault | ( | xmlParserInputBufferCreateFilenameFunc | func | ) |
XMLPUBFUN xmlRegisterNodeFunc XMLCALL xmlThrDefRegisterNodeDefault | ( | xmlRegisterNodeFunc | func | ) |
XMLPUBFUN void XMLCALL xmlThrDefSetGenericErrorFunc | ( | void * | ctx, |
xmlGenericErrorFunc | handler | ||
) |
DOC_DISABLE : we ignore missing doc for the xmlThrDef functions, those are really internal work
XMLPUBFUN void XMLCALL xmlThrDefSetStructuredErrorFunc | ( | void * | ctx, |
xmlStructuredErrorFunc | handler | ||
) |
XMLPUBFUN const char* XMLCALL xmlThrDefTreeIndentString | ( | const char * | v | ) |
XMLPUBVAR int oldXMLWDcompatibility |
XMLPUBVAR int xmlDefaultBufferSize |
XMLPUBVAR xmlSAXHandlerV1 xmlDefaultSAXHandler |
XMLPUBVAR xmlSAXLocator xmlDefaultSAXLocator |
XMLPUBVAR int xmlDoValidityCheckingDefaultValue |
XMLPUBVAR xmlFreeFunc xmlFree |
XMLPUBVAR xmlGenericErrorFunc xmlGenericError |
XMLPUBVAR void* xmlGenericErrorContext |
XMLPUBVAR int xmlGetWarningsDefaultValue |
XMLPUBVAR int xmlIndentTreeOutput |
XMLPUBVAR int xmlKeepBlanksDefaultValue |
XMLPUBVAR xmlError xmlLastError |
XMLPUBVAR int xmlLineNumbersDefaultValue |
XMLPUBVAR int xmlLoadExtDtdDefaultValue |
xmlLoadExtDtdDefaultValue:
Global setting, indicate that the parser should load DTD while not validating. Disabled by default.
XMLPUBVAR xmlMallocFunc xmlMalloc |
DOC_DISABLE
XMLPUBVAR xmlMallocFunc xmlMallocAtomic |
XMLPUBVAR xmlStrdupFunc xmlMemStrdup |
XMLPUBVAR int xmlParserDebugEntities |
XMLPUBVAR const char* xmlParserVersion |
XMLPUBVAR int xmlPedanticParserDefaultValue |
XMLPUBVAR xmlReallocFunc xmlRealloc |
XMLPUBVAR int xmlSaveNoEmptyTags |
XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError |
XMLPUBVAR void* xmlStructuredErrorContext |
XMLPUBVAR int xmlSubstituteEntitiesDefaultValue |
XMLPUBVAR const char* xmlTreeIndentString |