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

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

internalSubsetSAXFunc: @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 internal subset declaration.