Skip to main content

xmlNotation

Type Alias xmlNotation 

Source
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 u8

Notation name

§PublicID: *const u8

Public identifier, if any

§SystemID: *const u8

System identifier, if any