php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/html/token_attr.h"
Go to the source code of this file.
Functions | |
lxb_html_token_attr_t * | lxb_html_token_attr_create (lexbor_dobject_t *dobj) |
void | lxb_html_token_attr_clean (lxb_html_token_attr_t *attr) |
lxb_html_token_attr_t * | lxb_html_token_attr_destroy (lxb_html_token_attr_t *attr, lexbor_dobject_t *dobj) |
const lxb_char_t * | lxb_html_token_attr_name (lxb_html_token_attr_t *attr, size_t *length) |
void lxb_html_token_attr_clean | ( | lxb_html_token_attr_t * | attr | ) |
Definition at line 17 of file token_attr.c.
lxb_html_token_attr_t * lxb_html_token_attr_create | ( | lexbor_dobject_t * | dobj | ) |
Definition at line 11 of file token_attr.c.
lxb_html_token_attr_t * lxb_html_token_attr_destroy | ( | lxb_html_token_attr_t * | attr, |
lexbor_dobject_t * | dobj ) |
Definition at line 23 of file token_attr.c.
const lxb_char_t * lxb_html_token_attr_name | ( | lxb_html_token_attr_t * | attr, |
size_t * | length ) |
Definition at line 29 of file token_attr.c.