Unit 'xml2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libxml2]

xmlGlobalState

Declaration

Source position: globals.inc line 46

type xmlGlobalState = record

  xmlParserVersion: pchar;

  xmlDefaultSAXLocator: xmlSAXLocator;

  xmlDefaultSAXHandler: xmlSAXHandlerV1;

  docbDefaultSAXHandler: xmlSAXHandlerV1;

  htmlDefaultSAXHandler: xmlSAXHandlerV1;

  xmlFree: xmlFreeFunc;

  xmlMalloc: xmlMallocFunc;

  xmlMemStrdup: xmlStrdupFunc;

  xmlRealloc: xmlReallocFunc;

  xmlGenericError: xmlGenericErrorFunc;

  xmlStructuredError: xmlStructuredErrorFunc;

  xmlGenericErrorContext: pointer;

  oldXMLWDcompatibility: cint;

  xmlBufferAllocScheme: xmlBufferAllocationScheme;

  xmlDefaultBufferSize: cint;

  xmlSubstituteEntitiesDefaultValue: cint;

  xmlDoValidityCheckingDefaultValue: cint;

  xmlGetWarningsDefaultValue: cint;

  xmlKeepBlanksDefaultValue: cint;

  xmlLineNumbersDefaultValue: cint;

  xmlLoadExtDtdDefaultValue: cint;

  xmlParserDebugEntities: cint;

  xmlPedanticParserDefaultValue: cint;

  xmlSaveNoEmptyTags: cint;

  xmlIndentTreeOutput: cint;

  xmlTreeIndentString: pchar;

  xmlRegisterNodeDefaultValue: xmlRegisterNodeFunc;

  xmlDeregisterNodeDefaultValue: xmlDeregisterNodeFunc;

  xmlMallocAtomic: xmlMallocFunc;

  xmlLastError: xmlError;

  xmlParserInputBufferCreateFilenameValue: xmlParserInputBufferCreateFilenameFunc;

  xmlOutputBufferCreateFilenameValue: xmlOutputBufferCreateFilenameFunc;

end;


Documentation generated on: 2023-03-18