lxb_dom_node

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

event_target
lxb_dom_event_target_t event_target;
Undocumented in source.
first_child
lxb_dom_node_t* first_child;
Undocumented in source.
last_child
lxb_dom_node_t* last_child;
Undocumented in source.
local_name
uintptr_t local_name;
Undocumented in source.
next
lxb_dom_node_t* next;
Undocumented in source.
ns
uintptr_t ns;
Undocumented in source.
owner_document
lxb_dom_document_t* owner_document;
Undocumented in source.
parent
lxb_dom_node_t* parent;
Undocumented in source.
prefix
uintptr_t prefix;
Undocumented in source.
prev
lxb_dom_node_t* prev;
Undocumented in source.
type
lxb_dom_node_type_t type;
Undocumented in source.
user
void* user;
Undocumented in source.

Meta