pub type xmlElementContent = _xmlElementContent;Expand description
Element content in element declarations
Aliased Type§
#[repr(C)]pub struct xmlElementContent {
pub type_: u32,
pub ocur: u32,
pub name: *const u8,
pub c1: *mut _xmlElementContent,
pub c2: *mut _xmlElementContent,
pub parent: *mut _xmlElementContent,
pub prefix: *const u8,
}Fields§
§type_: u32PCDATA, ELEMENT, SEQ or OR
ocur: u32ONCE, OPT, MULT or PLUS
name: *const u8element name
c1: *mut _xmlElementContentfirst child
c2: *mut _xmlElementContentsecond child
parent: *mut _xmlElementContentparent
prefix: *const u8namespace prefix