ReactOS 0.4.15-dev-7842-g558ab78
_xmlGlobalState Struct Reference

#include <globals.h>

Collaboration diagram for _xmlGlobalState:

Public Attributes

const charxmlParserVersion
 
xmlSAXLocator xmlDefaultSAXLocator
 
xmlSAXHandlerV1 xmlDefaultSAXHandler
 
xmlSAXHandlerV1 docbDefaultSAXHandler
 
xmlSAXHandlerV1 htmlDefaultSAXHandler
 
xmlFreeFunc xmlFree
 
xmlMallocFunc xmlMalloc
 
xmlStrdupFunc xmlMemStrdup
 
xmlReallocFunc xmlRealloc
 
xmlGenericErrorFunc xmlGenericError
 
xmlStructuredErrorFunc xmlStructuredError
 
voidxmlGenericErrorContext
 
int oldXMLWDcompatibility
 
xmlBufferAllocationScheme xmlBufferAllocScheme
 
int xmlDefaultBufferSize
 
int xmlSubstituteEntitiesDefaultValue
 
int xmlDoValidityCheckingDefaultValue
 
int xmlGetWarningsDefaultValue
 
int xmlKeepBlanksDefaultValue
 
int xmlLineNumbersDefaultValue
 
int xmlLoadExtDtdDefaultValue
 
int xmlParserDebugEntities
 
int xmlPedanticParserDefaultValue
 
int xmlSaveNoEmptyTags
 
int xmlIndentTreeOutput
 
const charxmlTreeIndentString
 
xmlRegisterNodeFunc xmlRegisterNodeDefaultValue
 
xmlDeregisterNodeFunc xmlDeregisterNodeDefaultValue
 
xmlMallocFunc xmlMallocAtomic
 
xmlError xmlLastError
 
xmlParserInputBufferCreateFilenameFunc xmlParserInputBufferCreateFilenameValue
 
xmlOutputBufferCreateFilenameFunc xmlOutputBufferCreateFilenameValue
 
voidxmlStructuredErrorContext
 

Detailed Description

Definition at line 122 of file globals.h.

Member Data Documentation

◆ docbDefaultSAXHandler

xmlSAXHandlerV1 _xmlGlobalState::docbDefaultSAXHandler

Definition at line 128 of file globals.h.

◆ htmlDefaultSAXHandler

xmlSAXHandlerV1 _xmlGlobalState::htmlDefaultSAXHandler

Definition at line 129 of file globals.h.

◆ oldXMLWDcompatibility

int _xmlGlobalState::oldXMLWDcompatibility

Definition at line 140 of file globals.h.

◆ xmlBufferAllocScheme

xmlBufferAllocationScheme _xmlGlobalState::xmlBufferAllocScheme

Definition at line 142 of file globals.h.

◆ xmlDefaultBufferSize

int _xmlGlobalState::xmlDefaultBufferSize

Definition at line 143 of file globals.h.

◆ xmlDefaultSAXHandler

xmlSAXHandlerV1 _xmlGlobalState::xmlDefaultSAXHandler

Definition at line 127 of file globals.h.

◆ xmlDefaultSAXLocator

xmlSAXLocator _xmlGlobalState::xmlDefaultSAXLocator

Definition at line 126 of file globals.h.

◆ xmlDeregisterNodeDefaultValue

xmlDeregisterNodeFunc _xmlGlobalState::xmlDeregisterNodeDefaultValue

Definition at line 159 of file globals.h.

◆ xmlDoValidityCheckingDefaultValue

int _xmlGlobalState::xmlDoValidityCheckingDefaultValue

Definition at line 146 of file globals.h.

◆ xmlFree

xmlFreeFunc _xmlGlobalState::xmlFree

Definition at line 131 of file globals.h.

◆ xmlGenericError

xmlGenericErrorFunc _xmlGlobalState::xmlGenericError

Definition at line 136 of file globals.h.

◆ xmlGenericErrorContext

void* _xmlGlobalState::xmlGenericErrorContext

Definition at line 138 of file globals.h.

◆ xmlGetWarningsDefaultValue

int _xmlGlobalState::xmlGetWarningsDefaultValue

Definition at line 147 of file globals.h.

◆ xmlIndentTreeOutput

int _xmlGlobalState::xmlIndentTreeOutput

Definition at line 155 of file globals.h.

◆ xmlKeepBlanksDefaultValue

int _xmlGlobalState::xmlKeepBlanksDefaultValue

Definition at line 148 of file globals.h.

◆ xmlLastError

xmlError _xmlGlobalState::xmlLastError

Definition at line 162 of file globals.h.

◆ xmlLineNumbersDefaultValue

int _xmlGlobalState::xmlLineNumbersDefaultValue

Definition at line 149 of file globals.h.

◆ xmlLoadExtDtdDefaultValue

int _xmlGlobalState::xmlLoadExtDtdDefaultValue

Definition at line 150 of file globals.h.

◆ xmlMalloc

xmlMallocFunc _xmlGlobalState::xmlMalloc

Definition at line 132 of file globals.h.

◆ xmlMallocAtomic

xmlMallocFunc _xmlGlobalState::xmlMallocAtomic

Definition at line 161 of file globals.h.

◆ xmlMemStrdup

xmlStrdupFunc _xmlGlobalState::xmlMemStrdup

Definition at line 133 of file globals.h.

◆ xmlOutputBufferCreateFilenameValue

xmlOutputBufferCreateFilenameFunc _xmlGlobalState::xmlOutputBufferCreateFilenameValue

Definition at line 165 of file globals.h.

◆ xmlParserDebugEntities

int _xmlGlobalState::xmlParserDebugEntities

Definition at line 151 of file globals.h.

◆ xmlParserInputBufferCreateFilenameValue

xmlParserInputBufferCreateFilenameFunc _xmlGlobalState::xmlParserInputBufferCreateFilenameValue

Definition at line 164 of file globals.h.

◆ xmlParserVersion

const char* _xmlGlobalState::xmlParserVersion

Definition at line 124 of file globals.h.

◆ xmlPedanticParserDefaultValue

int _xmlGlobalState::xmlPedanticParserDefaultValue

Definition at line 152 of file globals.h.

◆ xmlRealloc

xmlReallocFunc _xmlGlobalState::xmlRealloc

Definition at line 134 of file globals.h.

◆ xmlRegisterNodeDefaultValue

xmlRegisterNodeFunc _xmlGlobalState::xmlRegisterNodeDefaultValue

Definition at line 158 of file globals.h.

◆ xmlSaveNoEmptyTags

int _xmlGlobalState::xmlSaveNoEmptyTags

Definition at line 154 of file globals.h.

◆ xmlStructuredError

xmlStructuredErrorFunc _xmlGlobalState::xmlStructuredError

Definition at line 137 of file globals.h.

◆ xmlStructuredErrorContext

void* _xmlGlobalState::xmlStructuredErrorContext

Definition at line 167 of file globals.h.

◆ xmlSubstituteEntitiesDefaultValue

int _xmlGlobalState::xmlSubstituteEntitiesDefaultValue

Definition at line 145 of file globals.h.

◆ xmlTreeIndentString

const char* _xmlGlobalState::xmlTreeIndentString

Definition at line 156 of file globals.h.


The documentation for this struct was generated from the following file: