Type Alias xmlValidCtxt
Source pub type xmlValidCtxt = _xmlValidCtxt;
struct xmlValidCtxt {Show 16 fields
pub userData: *mut c_void,
pub error: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8, ...)>,
pub warning: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8, ...)>,
pub node: *mut _xmlNode,
pub nodeNr: i32,
pub nodeMax: i32,
pub nodeTab: *mut *mut _xmlNode,
pub finishDtd: u32,
pub doc: *mut _xmlDoc,
pub valid: i32,
pub vstate: *mut _xmlValidState,
pub vstateNr: i32,
pub vstateMax: i32,
pub vstateTab: *mut _xmlValidState,
pub am: *mut _xmlAutomata,
pub state: *mut _xmlAutomataState,
}