|
libdom
|
#include <mutation_event.h>
Public Attributes | |
| struct dom_event | base |
| struct dom_node * | related_node |
| dom_string * | prev_value |
| dom_string * | new_value |
| dom_string * | attr_name |
| dom_mutation_type | change |
The MutationEvent
| dom_string* dom_mutation_event::attr_name |
| struct dom_event dom_mutation_event::base |
| dom_mutation_type dom_mutation_event::change |
| dom_string* dom_mutation_event::new_value |
| dom_string* dom_mutation_event::prev_value |
| struct dom_node* dom_mutation_event::related_node |