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

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

unparsedEntityDeclSAXFunc: @ctx: the user data (XML parser context) @name: The name of the entity @publicId: The public ID of the entity @systemId: The system ID of the entity @notationName: the name of the notation

What to do when an unparsed entity declaration is parsed.