Skip to main content

xmlElementContent

Type Alias xmlElementContent 

Source
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_: u32

PCDATA, ELEMENT, SEQ or OR

§ocur: u32

ONCE, OPT, MULT or PLUS

§name: *const u8

element name

§c1: *mut _xmlElementContent

first child

§c2: *mut _xmlElementContent

second child

§parent: *mut _xmlElementContent

parent

§prefix: *const u8

namespace prefix