Eneboo - Documentación para desarrolladores
Clases | 'typedefs' | Funciones | Variables
Referencia del Archivo src/libdigidoc/libxml2/include/libxml/globals.h
#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.

Clases

struct  _xmlGlobalState

'typedefs'

typedef xmlParserInputBufferPtr(* xmlParserInputBufferCreateFilenameFunc )(const char *URI, xmlCharEncoding enc)
typedef xmlOutputBufferPtr(* xmlOutputBufferCreateFilenameFunc )(const char *URI, xmlCharEncodingHandlerPtr encoder, int compression)
typedef void(* xmlRegisterNodeFunc )(xmlNodePtr node)
typedef void(* xmlDeregisterNodeFunc )(xmlNodePtr node)
typedef struct _xmlGlobalState xmlGlobalState
typedef xmlGlobalStatexmlGlobalStatePtr

Funciones

XMLPUBFUN void XMLCALL xmlInitGlobals (void)
XMLPUBFUN void XMLCALL xmlCleanupGlobals (void)
XMLPUBFUN
xmlParserInputBufferCreateFilenameFunc
XMLCALL 
xmlParserInputBufferCreateFilenameDefault (xmlParserInputBufferCreateFilenameFunc func)
XMLPUBFUN
xmlOutputBufferCreateFilenameFunc
XMLCALL 
xmlOutputBufferCreateFilenameDefault (xmlOutputBufferCreateFilenameFunc func)
XMLPUBFUN void XMLCALL xmlInitializeGlobalState (xmlGlobalStatePtr gs)
XMLPUBFUN void XMLCALL xmlThrDefSetGenericErrorFunc (void *ctx, xmlGenericErrorFunc handler)
XMLPUBFUN void XMLCALL xmlThrDefSetStructuredErrorFunc (void *ctx, xmlStructuredErrorFunc handler)
XMLPUBFUN xmlRegisterNodeFunc
XMLCALL 
xmlRegisterNodeDefault (xmlRegisterNodeFunc func)
XMLPUBFUN xmlRegisterNodeFunc
XMLCALL 
xmlThrDefRegisterNodeDefault (xmlRegisterNodeFunc func)
XMLPUBFUN
xmlDeregisterNodeFunc XMLCALL 
xmlDeregisterNodeDefault (xmlDeregisterNodeFunc func)
XMLPUBFUN
xmlDeregisterNodeFunc XMLCALL 
xmlThrDefDeregisterNodeDefault (xmlDeregisterNodeFunc func)
XMLPUBFUN
xmlOutputBufferCreateFilenameFunc
XMLCALL 
xmlThrDefOutputBufferCreateFilenameDefault (xmlOutputBufferCreateFilenameFunc func)
XMLPUBFUN
xmlParserInputBufferCreateFilenameFunc
XMLCALL 
xmlThrDefParserInputBufferCreateFilenameDefault (xmlParserInputBufferCreateFilenameFunc func)
XMLPUBFUN xmlError *XMLCALL __xmlLastError (void)
XMLPUBFUN int *XMLCALL __oldXMLWDcompatibility (void)
XMLPUBFUN
xmlBufferAllocationScheme
*XMLCALL 
__xmlBufferAllocScheme (void)
XMLPUBFUN
xmlBufferAllocationScheme
XMLCALL 
xmlThrDefBufferAllocScheme (xmlBufferAllocationScheme v)
XMLPUBFUN int *XMLCALL __xmlDefaultBufferSize (void)
XMLPUBFUN int XMLCALL xmlThrDefDefaultBufferSize (int v)
XMLPUBFUN xmlSAXHandlerV1 *XMLCALL __xmlDefaultSAXHandler (void)
XMLPUBFUN xmlSAXLocator *XMLCALL __xmlDefaultSAXLocator (void)
XMLPUBFUN int *XMLCALL __xmlDoValidityCheckingDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefDoValidityCheckingDefaultValue (int v)
XMLPUBFUN xmlGenericErrorFunc
*XMLCALL 
__xmlGenericError (void)
XMLPUBFUN
xmlStructuredErrorFunc
*XMLCALL 
__xmlStructuredError (void)
XMLPUBFUN void *XMLCALL __xmlGenericErrorContext (void)
XMLPUBFUN void *XMLCALL __xmlStructuredErrorContext (void)
XMLPUBFUN int *XMLCALL __xmlGetWarningsDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefGetWarningsDefaultValue (int v)
XMLPUBFUN int *XMLCALL __xmlIndentTreeOutput (void)
XMLPUBFUN int XMLCALL xmlThrDefIndentTreeOutput (int v)
XMLPUBFUN const char *XMLCALL __xmlTreeIndentString (void)
XMLPUBFUN const char *XMLCALL xmlThrDefTreeIndentString (const char *v)
XMLPUBFUN int *XMLCALL __xmlKeepBlanksDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefKeepBlanksDefaultValue (int v)
XMLPUBFUN int *XMLCALL __xmlLineNumbersDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefLineNumbersDefaultValue (int v)
XMLPUBFUN int *XMLCALL __xmlLoadExtDtdDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefLoadExtDtdDefaultValue (int v)
XMLPUBFUN int *XMLCALL __xmlParserDebugEntities (void)
XMLPUBFUN int XMLCALL xmlThrDefParserDebugEntities (int v)
XMLPUBFUN const char *XMLCALL __xmlParserVersion (void)
XMLPUBFUN int *XMLCALL __xmlPedanticParserDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefPedanticParserDefaultValue (int v)
XMLPUBFUN int *XMLCALL __xmlSaveNoEmptyTags (void)
XMLPUBFUN int XMLCALL xmlThrDefSaveNoEmptyTags (int v)
XMLPUBFUN int *XMLCALL __xmlSubstituteEntitiesDefaultValue (void)
XMLPUBFUN int XMLCALL xmlThrDefSubstituteEntitiesDefaultValue (int v)
XMLPUBFUN xmlRegisterNodeFunc
*XMLCALL 
__xmlRegisterNodeDefaultValue (void)
XMLPUBFUN
xmlDeregisterNodeFunc *XMLCALL 
__xmlDeregisterNodeDefaultValue (void)
XMLPUBFUN
xmlParserInputBufferCreateFilenameFunc
*XMLCALL 
__xmlParserInputBufferCreateFilenameValue (void)
XMLPUBFUN
xmlOutputBufferCreateFilenameFunc
*XMLCALL 
__xmlOutputBufferCreateFilenameValue (void)

Variables

XMLPUBVAR xmlMallocFunc xmlMalloc
XMLPUBVAR xmlMallocFunc xmlMallocAtomic
XMLPUBVAR xmlReallocFunc xmlRealloc
XMLPUBVAR xmlFreeFunc xmlFree
XMLPUBVAR xmlStrdupFunc xmlMemStrdup
XMLPUBVAR xmlError xmlLastError
XMLPUBVAR int oldXMLWDcompatibility
XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme
XMLPUBVAR int xmlDefaultBufferSize
XMLPUBVAR xmlSAXHandlerV1 xmlDefaultSAXHandler
XMLPUBVAR xmlSAXLocator xmlDefaultSAXLocator
XMLPUBVAR int xmlDoValidityCheckingDefaultValue
XMLPUBVAR xmlGenericErrorFunc xmlGenericError
XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError
XMLPUBVAR void * xmlGenericErrorContext
XMLPUBVAR void * xmlStructuredErrorContext
XMLPUBVAR int xmlGetWarningsDefaultValue
XMLPUBVAR int xmlIndentTreeOutput
XMLPUBVAR const char * xmlTreeIndentString
XMLPUBVAR int xmlKeepBlanksDefaultValue
XMLPUBVAR int xmlLineNumbersDefaultValue
XMLPUBVAR int xmlLoadExtDtdDefaultValue
XMLPUBVAR int xmlParserDebugEntities
XMLPUBVAR const char * xmlParserVersion
XMLPUBVAR int xmlPedanticParserDefaultValue
XMLPUBVAR int xmlSaveNoEmptyTags
XMLPUBVAR int xmlSubstituteEntitiesDefaultValue
XMLPUBVAR xmlRegisterNodeFunc xmlRegisterNodeDefaultValue
XMLPUBVAR xmlDeregisterNodeFunc xmlDeregisterNodeDefaultValue
XMLPUBVAR
xmlParserInputBufferCreateFilenameFunc 
xmlParserInputBufferCreateFilenameValue
XMLPUBVAR
xmlOutputBufferCreateFilenameFunc 
xmlOutputBufferCreateFilenameValue

Documentación de los 'typedefs'

typedef void(* xmlDeregisterNodeFunc)(xmlNodePtr node)

xmlDeregisterNodeFunc: : the current node

Signature for the deregistration callback of a discarded node

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.

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


Documentación de las funciones

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 int XMLCALL xmlThrDefDefaultBufferSize ( int  v)
XMLPUBFUN xmlDeregisterNodeFunc XMLCALL xmlThrDefDeregisterNodeDefault ( xmlDeregisterNodeFunc  func)
XMLPUBFUN int XMLCALL xmlThrDefDoValidityCheckingDefaultValue ( int  v)
XMLPUBFUN int XMLCALL xmlThrDefGetWarningsDefaultValue ( int  v)
XMLPUBFUN int XMLCALL xmlThrDefIndentTreeOutput ( int  v)
XMLPUBFUN int XMLCALL xmlThrDefKeepBlanksDefaultValue ( int  v)
XMLPUBFUN int XMLCALL xmlThrDefLineNumbersDefaultValue ( int  v)
XMLPUBFUN int XMLCALL xmlThrDefLoadExtDtdDefaultValue ( int  v)
XMLPUBFUN xmlOutputBufferCreateFilenameFunc XMLCALL xmlThrDefOutputBufferCreateFilenameDefault ( xmlOutputBufferCreateFilenameFunc  func)
XMLPUBFUN int XMLCALL xmlThrDefParserDebugEntities ( int  v)
XMLPUBFUN xmlParserInputBufferCreateFilenameFunc XMLCALL xmlThrDefParserInputBufferCreateFilenameDefault ( xmlParserInputBufferCreateFilenameFunc  func)
XMLPUBFUN int XMLCALL xmlThrDefPedanticParserDefaultValue ( int  v)
XMLPUBFUN xmlRegisterNodeFunc XMLCALL xmlThrDefRegisterNodeDefault ( xmlRegisterNodeFunc  func)
XMLPUBFUN int XMLCALL xmlThrDefSaveNoEmptyTags ( int  v)
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 int XMLCALL xmlThrDefSubstituteEntitiesDefaultValue ( int  v)
XMLPUBFUN const char* XMLCALL xmlThrDefTreeIndentString ( const char *  v)

Documentación de las variables

XMLPUBVAR xmlFreeFunc xmlFree
XMLPUBVAR xmlGenericErrorFunc xmlGenericError
XMLPUBVAR void* xmlGenericErrorContext

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 const char* xmlParserVersion
XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError
XMLPUBVAR void* xmlStructuredErrorContext
XMLPUBVAR const char* xmlTreeIndentString
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'