Type Alias xmlNotation

Source
pub type xmlNotation = _xmlNotation;
Expand description

xmlNotation:

A DTD Notation definition.

Aliased Type§

struct xmlNotation {
    pub name: *const u8,
    pub PublicID: *const u8,
    pub SystemID: *const u8,
}

Fields§

§name: *const u8§PublicID: *const u8§SystemID: *const u8