php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
interface.c File Reference

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_tlxb_html_interface_create (lxb_html_document_t *document, lxb_tag_id_t tag_id, lxb_ns_id_t ns)
 
lxb_dom_interface_tlxb_html_interface_clone (lxb_dom_document_t *document, const lxb_dom_interface_t *intrfc)
 
lxb_dom_interface_tlxb_html_interface_destroy (lxb_dom_interface_t *intrfc)
 

Macro Definition Documentation

◆ LXB_HTML_INTERFACE_RES_CONSTRUCTORS

#define LXB_HTML_INTERFACE_RES_CONSTRUCTORS

Definition at line 14 of file interface.c.

◆ LXB_HTML_INTERFACE_RES_DESTRUCTOR

#define LXB_HTML_INTERFACE_RES_DESTRUCTOR

Definition at line 15 of file interface.c.

Function Documentation

◆ lxb_html_interface_clone()

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_html_interface_create()

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_html_interface_destroy()

lxb_dom_interface_t * lxb_html_interface_destroy ( lxb_dom_interface_t * intrfc)

Definition at line 120 of file interface.c.