pub type internalSubsetSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar, ExternalID: *const xmlChar, SystemID: *const xmlChar);Expand description
Callback for internal DTD subset notification.
ยงUPSTREAM-PARITY
Oracle behavior: Called when <!DOCTYPE ... [ ... ]> internal subset is parsed.
Parameters are the DOCTYPE name, external ID (or NULL), system ID (or NULL).