[][src]Type Definition libxslt::bindings::externalSubsetSAXFunc

type externalSubsetSAXFunc = Option<unsafe extern "C" fn(*mut c_void, *const u8, *const u8, *const u8)>;

externalSubsetSAXFunc: @ctx: the user data (XML parser context) @name: the root element name @ExternalID: the external ID @SystemID: the SYSTEM ID (e.g. filename or URL)

Callback on external subset declaration.