Type Definition libxml::bindings::isStandaloneSAXFunc [−][src]
type isStandaloneSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void) -> c_int>;
isStandaloneSAXFunc: @ctx: the user data (XML parser context)
Is this document tagged standalone?
Returns 1 if true