libdom
Loading...
Searching...
No Matches
Public Attributes | List of all members
dom_node_protect_vtable Struct Reference

#include <node.h>

Public Attributes

void(* destroy )(dom_node_internal *n)
 
dom_exception(* copy )(dom_node_internal *old, dom_node_internal **copy)
 

Detailed Description

The internally used virtual function table.

Member Data Documentation

◆ copy

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

◆ destroy

void(* dom_node_protect_vtable::destroy) (dom_node_internal *n)

The destroy virtual function, it should be private to client


The documentation for this struct was generated from the following file: