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

type internalSubsetSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar, ExternalID: *const xmlChar, SystemID: *const xmlChar)>;

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.