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; |