pub type xmlDtd = _xmlDtd;Expand description
xmlDtd:
An XML DTD, as defined by <!DOCTYPE … There is actually one for the internal subset and for the external subset.
Aliased Type§
struct xmlDtd {Show 16 fields
pub _private: *mut c_void,
pub type_: u32,
pub name: *const u8,
pub children: *mut _xmlNode,
pub last: *mut _xmlNode,
pub parent: *mut _xmlDoc,
pub next: *mut _xmlNode,
pub prev: *mut _xmlNode,
pub doc: *mut _xmlDoc,
pub notations: *mut c_void,
pub elements: *mut c_void,
pub attributes: *mut c_void,
pub entities: *mut c_void,
pub ExternalID: *const u8,
pub SystemID: *const u8,
pub pentities: *mut c_void,
}Fields§
§_private: *mut c_void§type_: u32§name: *const u8§children: *mut _xmlNode§last: *mut _xmlNode§parent: *mut _xmlDoc§next: *mut _xmlNode§prev: *mut _xmlNode§doc: *mut _xmlDoc§notations: *mut c_void§elements: *mut c_void§attributes: *mut c_void§entities: *mut c_void§ExternalID: *const u8§SystemID: *const u8§pentities: *mut c_void