reference/xml/eventhandlers.xml
47065812c2450dce5dcc8d62e80f1e75698c6163
...
...
@@ -84,6 +84,23 @@
84
84
example</link> for a demonstration.
85
85
</entry>
86
86
</row>
87
+
<row>
88
+
<entry>
89
+
<function>xml_set_start_namespace_decl_handler</function>
90
+
</entry>
91
+
<entry>
92
+
This handler is called for the start of a namespace declaration.
93
+
</entry>
94
+
</row>
95
+
<row>
96
+
<entry>
97
+
<function>xml_set_end_namespace_decl_handler</function>
98
+
</entry>
99
+
<entry>
100
+
This handler is called for the end of a namespace declaration. Note
101
+
that this event is <emphasis>not</emphasis> triggered by libXML.
102
+
</entry>
103
+
</row>
87
104
</tbody>
88
105
</tgroup>
89
106
</table>
90
107