php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/html/tokenizer/state_doctype.h"
#include "lexbor/html/tokenizer/state.h"
#include "lexbor/core/str_res.h"
Go to the source code of this file.
Macros | |
#define | LEXBOR_STR_RES_ANSI_REPLACEMENT_CHARACTER |
Functions | |
lxb_dom_attr_data_t * | lxb_dom_attr_local_name_append (lexbor_hash_t *hash, const lxb_char_t *name, size_t length) |
const lxb_char_t * | lxb_html_tokenizer_state_doctype_before (lxb_html_tokenizer_t *tkz, const lxb_char_t *data, const lxb_char_t *end) |
#define LEXBOR_STR_RES_ANSI_REPLACEMENT_CHARACTER |
Definition at line 11 of file state_doctype.c.
lxb_dom_attr_data_t * lxb_dom_attr_local_name_append | ( | lexbor_hash_t * | hash, |
const lxb_char_t * | name, | ||
size_t | length ) |
const lxb_char_t * lxb_html_tokenizer_state_doctype_before | ( | lxb_html_tokenizer_t * | tkz, |
const lxb_char_t * | data, | ||
const lxb_char_t * | end ) |
Definition at line 124 of file state_doctype.c.