Home | History | Annotate | Download | only in dom

Lines Matching refs:_call_user_data_handler

253     def _call_user_data_handler(self, operation, src, dst):
1271 n._call_user_data_handler(operation, n, notation)
1279 e._call_user_data_handler(operation, n, entity)
1280 self._call_user_data_handler(operation, self, clone)
1598 self._call_user_data_handler(xml.dom.UserDataHandler.NODE_CLONED,
1871 if hasattr(n, '_call_user_data_handler'):
1872 n._call_user_data_handler(operation, n, notation)
1881 if hasattr(e, '_call_user_data_handler'):
1882 e._call_user_data_handler(operation, n, entity)
1889 # Check for _call_user_data_handler() since this could conceivably
1892 if hasattr(node, '_call_user_data_handler'):
1893 node._call_user_data_handler(operation, node, clone)