Type Alias xmlRef

Source
pub type xmlRef = _xmlRef;
Expand description

xmlRef:

An XML IDREF instance.

Aliased Type§

struct xmlRef {
    pub next: *mut _xmlRef,
    pub value: *const u8,
    pub attr: *mut _xmlAttr,
    pub name: *const u8,
    pub lineno: i32,
}

Fields§

§next: *mut _xmlRef§value: *const u8§attr: *mut _xmlAttr§name: *const u8§lineno: i32