8#ifndef dom_internal_html_input_element_h_
9#define dom_internal_html_input_element_h_
13#include "html/html_element.h"
52#define DOM_HTML_INPUT_ELEMENT_PROTECT_VTABLE \
53 _dom_html_input_element_parse_attribute
55#define DOM_NODE_PROTECT_VTABLE_HTML_INPUT_ELEMENT \
56 _dom_virtual_html_input_element_destroy, \
57 _dom_html_input_element_copy
68#define dom_html_input_element_copy_internal(o, n) \
69 _dom_html_input_element_copy_internal( \
70 (dom_html_input_element *) (o), \
71 (dom_html_input_element *) (n))
dom_exception
Definition exceptions.h:24
Definition html_element.h:28
Definition html_element.h:22