22
22
23
23
extern const zend_function_entry php_dom_domexception_class_functions [];
24
24
extern const zend_function_entry php_dom_domstringlist_class_functions [];
25
- extern const zend_function_entry php_dom_namelist_class_functions [];
26
- extern const zend_function_entry php_dom_domimplementationlist_class_functions [];
27
- extern const zend_function_entry php_dom_domimplementationsource_class_functions [];
28
25
extern const zend_function_entry php_dom_domimplementation_class_functions [];
29
26
extern const zend_function_entry php_dom_documentfragment_class_functions [];
30
27
extern const zend_function_entry php_dom_document_class_functions [];
@@ -36,12 +33,6 @@ extern const zend_function_entry php_dom_attr_class_functions[];
36
33
extern const zend_function_entry php_dom_element_class_functions [];
37
34
extern const zend_function_entry php_dom_text_class_functions [];
38
35
extern const zend_function_entry php_dom_comment_class_functions [];
39
- extern const zend_function_entry php_dom_typeinfo_class_functions [];
40
- extern const zend_function_entry php_dom_userdatahandler_class_functions [];
41
- extern const zend_function_entry php_dom_domerror_class_functions [];
42
- extern const zend_function_entry php_dom_domerrorhandler_class_functions [];
43
- extern const zend_function_entry php_dom_domlocator_class_functions [];
44
- extern const zend_function_entry php_dom_domconfiguration_class_functions [];
45
36
extern const zend_function_entry php_dom_cdatasection_class_functions [];
46
37
extern const zend_function_entry php_dom_documenttype_class_functions [];
47
38
extern const zend_function_entry php_dom_notation_class_functions [];
@@ -82,17 +73,6 @@ typedef enum {
82
73
/* domstringlist methods */
83
74
PHP_FUNCTION (dom_domstringlist_item );
84
75
85
- /* domnamelist methods */
86
- PHP_FUNCTION (dom_namelist_get_name );
87
- PHP_FUNCTION (dom_namelist_get_namespace_uri );
88
-
89
- /* domimplementationlist methods */
90
- PHP_FUNCTION (dom_domimplementationlist_item );
91
-
92
- /* domimplementationsource methods */
93
- PHP_FUNCTION (dom_domimplementationsource_get_domimplementation );
94
- PHP_FUNCTION (dom_domimplementationsource_get_domimplementations );
95
-
96
76
/* domimplementation methods */
97
77
PHP_METHOD (domimplementation , hasFeature );
98
78
PHP_METHOD (domimplementation , createDocumentType );
@@ -224,23 +204,6 @@ PHP_METHOD(domtext, __construct);
224
204
/* domcomment methods */
225
205
PHP_METHOD (domcomment , __construct );
226
206
227
- /* domtypeinfo methods */
228
-
229
- /* domuserdatahandler methods */
230
- PHP_FUNCTION (dom_userdatahandler_handle );
231
-
232
- /* domdomerror methods */
233
-
234
- /* domerrorhandler methods */
235
- PHP_FUNCTION (dom_domerrorhandler_handle_error );
236
-
237
- /* domlocator methods */
238
-
239
- /* domconfiguration methods */
240
- PHP_FUNCTION (dom_domconfiguration_set_parameter );
241
- PHP_FUNCTION (dom_domconfiguration_get_parameter );
242
- PHP_FUNCTION (dom_domconfiguration_can_set_parameter );
243
-
244
207
/* domcdatasection methods */
245
208
PHP_METHOD (domcdatasection , __construct );
246
209
0 commit comments