php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
title_element.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LEXBOR_HTML_TITLE_ELEMENT_H
8#define LEXBOR_HTML_TITLE_ELEMENT_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
16
17
23
24
27
30
31LXB_API const lxb_char_t *
33
34LXB_API const lxb_char_t *
36
37
38#ifdef __cplusplus
39} /* extern "C" */
40#endif
41
42#endif /* LEXBOR_HTML_TITLE_ELEMENT_H */
size_t len
Definition apprentice.c:174
#define LXB_API
Definition def.h:48
struct lxb_html_title_element lxb_html_title_element_t
Definition interface.h:162
struct lxb_html_element lxb_html_element_t
Definition interface.h:111
struct lxb_html_document lxb_html_document_t
Definition interface.h:95
lxb_html_element_t element
lexbor_str_t * strict_text
LXB_API lxb_html_title_element_t * lxb_html_title_element_interface_create(lxb_html_document_t *document)
LXB_API const lxb_char_t * lxb_html_title_element_strict_text(lxb_html_title_element_t *title, size_t *len)
LXB_API lxb_html_title_element_t * lxb_html_title_element_interface_destroy(lxb_html_title_element_t *title_element)
LXB_API const lxb_char_t * lxb_html_title_element_text(lxb_html_title_element_t *title, size_t *len)
unsigned char lxb_char_t
Definition types.h:27