|
libdom
|
#include <node.h>
Public Attributes | |
| void(* | destroy )(dom_node_internal *n) |
| dom_exception(* | copy )(dom_node_internal *old, dom_node_internal **copy) |
The internally used virtual function table.
| dom_exception(* dom_node_protect_vtable::copy) (dom_node_internal *old, dom_node_internal **copy) |
Copy the old to new as well as all its attributes, but not its children
| void(* dom_node_protect_vtable::destroy) (dom_node_internal *n) |
The destroy virtual function, it should be private to client