Type Alias xmlGlobalState
Source pub type xmlGlobalState = _xmlGlobalState;
#[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,
}
§xmlDefaultSAXHandler: _xmlSAXHandlerV1§docbDefaultSAXHandler: _xmlSAXHandlerV1§htmlDefaultSAXHandler: _xmlSAXHandlerV1