| taxonomy_nodeapi | modules/taxonomy/taxonomy.module | Implementation of hook_nodeapi(). |
| taxonomy_node_delete | modules/taxonomy/taxonomy.module | Remove associations of a node to its terms. |
| taxonomy_node_get_terms | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, ordered by vocabulary and term weight. |
| taxonomy_node_save | modules/taxonomy/taxonomy.module | Save term associations for a given node. |
| taxonomy_node_update_index | modules/taxonomy/taxonomy.module | Implementation of hook_nodeapi('update_index'). |
| taxonomy_node_validate | modules/taxonomy/taxonomy.module | Make sure incoming vids are free tagging enabled. |
| taxonomy_rss_item | modules/taxonomy/taxonomy.module | Provides category information for RSS feeds. |