Go to the source code of this file.
|
| LXB_API const lxb_tag_data_t * | lxb_tag_append (lexbor_hash_t *hash, lxb_tag_id_t tag_id, const lxb_char_t *name, size_t length) |
| |
| LXB_API const lxb_tag_data_t * | lxb_tag_append_lower (lexbor_hash_t *hash, const lxb_char_t *name, size_t length) |
| |
| const lxb_tag_data_t * | lxb_tag_data_by_id (lxb_tag_id_t tag_id) |
| |
| const lxb_tag_data_t * | lxb_tag_data_by_name (lexbor_hash_t *hash, const lxb_char_t *name, size_t len) |
| |
| const lxb_char_t * | lxb_tag_name_by_id_noi (lxb_tag_id_t tag_id, size_t *len) |
| |
| const lxb_char_t * | lxb_tag_name_upper_by_id_noi (lxb_tag_id_t tag_id, size_t *len) |
| |
| lxb_tag_id_t | lxb_tag_id_by_name_noi (lexbor_hash_t *hash, const lxb_char_t *name, size_t len) |
| |
| lexbor_mraw_t * | lxb_tag_mraw_noi (lexbor_hash_t *hash) |
| |
◆ lxb_tag_append()
Definition at line 13 of file tag.c.
◆ lxb_tag_append_lower()
Definition at line 41 of file tag.c.
◆ lxb_tag_data_by_id()
Definition at line 63 of file tag.c.
◆ lxb_tag_data_by_name()
Definition at line 77 of file tag.c.
◆ lxb_tag_id_by_name_noi()
◆ lxb_tag_mraw_noi()
◆ lxb_tag_name_by_id_noi()
◆ lxb_tag_name_upper_by_id_noi()