pub type xmlAttr = _xmlAttr;Expand description
Attribute of an element
Aliased Type§
#[repr(C)]pub struct xmlAttr {Show 13 fields
pub _private: *mut c_void,
pub type_: u32,
pub name: *const u8,
pub children: *mut _xmlNode,
pub last: *mut _xmlNode,
pub parent: *mut _xmlNode,
pub next: *mut _xmlAttr,
pub prev: *mut _xmlAttr,
pub doc: *mut _xmlDoc,
pub ns: *mut _xmlNs,
pub atype: u32,
pub psvi: *mut c_void,
pub id: *mut _xmlID,
}Fields§
§_private: *mut c_voidapplication data
type_: u32XML_ATTRIBUTE_NODE
name: *const u8local name
children: *mut _xmlNodefirst child
last: *mut _xmlNodelast child
parent: *mut _xmlNodeparent node
next: *mut _xmlAttrnext sibling
prev: *mut _xmlAttrprevious sibling
doc: *mut _xmlDoccontaining document
ns: *mut _xmlNsnamespace if any
atype: u32attribute type if validating
psvi: *mut c_voidfor type/PSVI information
id: *mut _xmlIDID struct if any