pub type xmlNotation = _xmlNotation;Expand description
Notation declaration
Aliased Type§
#[repr(C)]pub struct xmlNotation {
pub name: *const u8,
pub PublicID: *const u8,
pub SystemID: *const u8,
}Fields§
§name: *const u8Notation name
PublicID: *const u8Public identifier, if any
SystemID: *const u8System identifier, if any