Type Alias xmlID

Source
pub type xmlID = _xmlID;
Expand description

xmlID:

An XML ID instance.

Aliased Type§

struct xmlID {
    pub next: *mut _xmlID,
    pub value: *const u8,
    pub attr: *mut _xmlAttr,
    pub name: *const u8,
    pub lineno: i32,
    pub doc: *mut _xmlDoc,
}

Fields§

§next: *mut _xmlID§value: *const u8§attr: *mut _xmlAttr§name: *const u8§lineno: i32§doc: *mut _xmlDoc