pub type xmlEntity = _xmlEntity;Expand description
Entity declaration
Aliased Type§
#[repr(C)]pub struct xmlEntity {Show 20 fields
pub _private: *mut c_void,
pub type_: u32,
pub name: *const u8,
pub children: *mut _xmlNode,
pub last: *mut _xmlNode,
pub parent: *mut _xmlDtd,
pub next: *mut _xmlNode,
pub prev: *mut _xmlNode,
pub doc: *mut _xmlDoc,
pub orig: *mut u8,
pub content: *mut u8,
pub length: i32,
pub etype: u32,
pub ExternalID: *const u8,
pub SystemID: *const u8,
pub nexte: *mut _xmlEntity,
pub URI: *const u8,
pub owner: i32,
pub flags: i32,
pub expandedSize: u64,
}Fields§
§_private: *mut c_voidapplication data
type_: u32XML_ENTITY_DECL, must be second !
name: *const u8Entity name
children: *mut _xmlNodeFirst child link
last: *mut _xmlNodeLast child link
parent: *mut _xmlDtd-> DTD
next: *mut _xmlNodenext sibling link
prev: *mut _xmlNodeprevious sibling link
doc: *mut _xmlDocthe containing document
orig: *mut u8content without ref substitution
content: *mut u8content or ndata if unparsed
length: i32the content length
etype: u32The entity type
ExternalID: *const u8External identifier for PUBLIC
SystemID: *const u8URI for a SYSTEM or PUBLIC Entity
nexte: *mut _xmlEntityunused
URI: *const u8the full URI as computed
owner: i32unused
flags: i32various flags
expandedSize: u64expanded size