Home
last modified time | relevance | path

Searched defs:dom_nodelist (Results 1 – 2 of 2) sorted by relevance

/dports/www/libdom/libdom-0.4.1/src/core/
H A Dnodelist.c26 struct dom_nodelist { struct
27 dom_document *owner; /**< Owning document */
29 dom_node_internal *root;
32 nodelist_type type; /**< Type of this list */
34 union {
68 dom_exception _dom_nodelist_create(dom_document *doc, nodelist_type type, in _dom_nodelist_create() argument
71 dom_nodelist **list) in _dom_nodelist_create() argument
/dports/www/libdom/libdom-0.4.1/include/dom/core/
H A Dnodelist.h15 typedef struct dom_nodelist dom_nodelist; typedef