xmlGlobalState

Type Alias xmlGlobalState 

Source
pub type xmlGlobalState = _xmlGlobalState;

Aliased Type§

#[repr(C)]
pub struct xmlGlobalState {
Show 33 fields pub xmlParserVersion: *const i8, pub xmlDefaultSAXLocator: _xmlSAXLocator, pub xmlDefaultSAXHandler: _xmlSAXHandlerV1, pub docbDefaultSAXHandler: _xmlSAXHandlerV1, pub htmlDefaultSAXHandler: _xmlSAXHandlerV1, pub xmlFree: Option<unsafe extern "C" fn(*mut c_void)>, pub xmlMalloc: Option<unsafe extern "C" fn(usize) -> *mut c_void>, pub xmlMemStrdup: Option<unsafe extern "C" fn(*const i8) -> *mut i8>, pub xmlRealloc: Option<unsafe extern "C" fn(*mut c_void, usize) -> *mut c_void>, pub xmlGenericError: Option<unsafe extern "C" fn(*mut c_void, *const i8, ...)>, pub xmlStructuredError: Option<unsafe extern "C" fn(*mut c_void, *mut _xmlError)>, pub xmlGenericErrorContext: *mut c_void, pub oldXMLWDcompatibility: i32, pub xmlBufferAllocScheme: u32, pub xmlDefaultBufferSize: i32, pub xmlSubstituteEntitiesDefaultValue: i32, pub xmlDoValidityCheckingDefaultValue: i32, pub xmlGetWarningsDefaultValue: i32, pub xmlKeepBlanksDefaultValue: i32, pub xmlLineNumbersDefaultValue: i32, pub xmlLoadExtDtdDefaultValue: i32, pub xmlParserDebugEntities: i32, pub xmlPedanticParserDefaultValue: i32, pub xmlSaveNoEmptyTags: i32, pub xmlIndentTreeOutput: i32, pub xmlTreeIndentString: *const i8, pub xmlRegisterNodeDefaultValue: Option<unsafe extern "C" fn(*mut _xmlNode)>, pub xmlDeregisterNodeDefaultValue: Option<unsafe extern "C" fn(*mut _xmlNode)>, pub xmlMallocAtomic: Option<unsafe extern "C" fn(usize) -> *mut c_void>, pub xmlLastError: _xmlError, pub xmlParserInputBufferCreateFilenameValue: Option<unsafe extern "C" fn(*const i8, i32) -> *mut _xmlParserInputBuffer>, pub xmlOutputBufferCreateFilenameValue: Option<unsafe extern "C" fn(*const i8, *mut _xmlCharEncodingHandler, i32) -> *mut _xmlOutputBuffer>, pub xmlStructuredErrorContext: *mut c_void,
}

Fields§

§xmlParserVersion: *const i8§xmlDefaultSAXLocator: _xmlSAXLocator§xmlDefaultSAXHandler: _xmlSAXHandlerV1§docbDefaultSAXHandler: _xmlSAXHandlerV1§htmlDefaultSAXHandler: _xmlSAXHandlerV1§xmlFree: Option<unsafe extern "C" fn(*mut c_void)>§xmlMalloc: Option<unsafe extern "C" fn(usize) -> *mut c_void>§xmlMemStrdup: Option<unsafe extern "C" fn(*const i8) -> *mut i8>§xmlRealloc: Option<unsafe extern "C" fn(*mut c_void, usize) -> *mut c_void>§xmlGenericError: Option<unsafe extern "C" fn(*mut c_void, *const i8, ...)>§xmlStructuredError: Option<unsafe extern "C" fn(*mut c_void, *mut _xmlError)>§xmlGenericErrorContext: *mut c_void§oldXMLWDcompatibility: i32§xmlBufferAllocScheme: u32§xmlDefaultBufferSize: i32§xmlSubstituteEntitiesDefaultValue: i32§xmlDoValidityCheckingDefaultValue: i32§xmlGetWarningsDefaultValue: i32§xmlKeepBlanksDefaultValue: i32§xmlLineNumbersDefaultValue: i32§xmlLoadExtDtdDefaultValue: i32§xmlParserDebugEntities: i32§xmlPedanticParserDefaultValue: i32§xmlSaveNoEmptyTags: i32§xmlIndentTreeOutput: i32§xmlTreeIndentString: *const i8§xmlRegisterNodeDefaultValue: Option<unsafe extern "C" fn(*mut _xmlNode)>§xmlDeregisterNodeDefaultValue: Option<unsafe extern "C" fn(*mut _xmlNode)>§xmlMallocAtomic: Option<unsafe extern "C" fn(usize) -> *mut c_void>§xmlLastError: _xmlError§xmlParserInputBufferCreateFilenameValue: Option<unsafe extern "C" fn(*const i8, i32) -> *mut _xmlParserInputBuffer>§xmlOutputBufferCreateFilenameValue: Option<unsafe extern "C" fn(*const i8, *mut _xmlCharEncodingHandler, i32) -> *mut _xmlOutputBuffer>§xmlStructuredErrorContext: *mut c_void