|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "lexbor/core/mraw.h"#include "lexbor/html/interface.h"#include "lexbor/html/interfaces/document.h"#include "lexbor/dom/interface.h"#include "lexbor/html/interface_res.h"Go to the source code of this file.
Macros | |
| #define | LXB_HTML_INTERFACE_RES_CONSTRUCTORS |
| #define | LXB_HTML_INTERFACE_RES_DESTRUCTOR |
Functions | |
| lxb_dom_interface_t * | lxb_html_interface_create (lxb_html_document_t *document, lxb_tag_id_t tag_id, lxb_ns_id_t ns) |
| lxb_dom_interface_t * | lxb_html_interface_clone (lxb_dom_document_t *document, const lxb_dom_interface_t *intrfc) |
| lxb_dom_interface_t * | lxb_html_interface_destroy (lxb_dom_interface_t *intrfc) |
| #define LXB_HTML_INTERFACE_RES_CONSTRUCTORS |
Definition at line 14 of file interface.c.
| #define LXB_HTML_INTERFACE_RES_DESTRUCTOR |
Definition at line 15 of file interface.c.
| lxb_dom_interface_t * lxb_html_interface_clone | ( | lxb_dom_document_t * | document, |
| const lxb_dom_interface_t * | intrfc ) |
Definition at line 66 of file interface.c.
| lxb_dom_interface_t * lxb_html_interface_create | ( | lxb_html_document_t * | document, |
| lxb_tag_id_t | tag_id, | ||
| lxb_ns_id_t | ns ) |
Definition at line 25 of file interface.c.
| lxb_dom_interface_t * lxb_html_interface_destroy | ( | lxb_dom_interface_t * | intrfc | ) |
Definition at line 120 of file interface.c.