php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
node.c
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2020 Alexander Borisov
3
*
4
* Author: Alexander Borisov <borisov@lexbor.com>
5
*/
6
7
#include "
lexbor/html/node.h
"
8
9
10
bool
11
lxb_html_node_is_void_noi
(
lxb_dom_node_t
*node)
12
{
13
return
lxb_html_node_is_void
(node);
14
}
lxb_dom_node_t
struct lxb_dom_node lxb_dom_node_t
Definition
interface.h:38
node.h
lxb_html_node_is_void
lxb_inline bool lxb_html_node_is_void(lxb_dom_node_t *node)
Definition
node.h:22
lxb_html_node_is_void_noi
bool lxb_html_node_is_void_noi(lxb_dom_node_t *node)
Definition
node.c:11
ext
dom
lexbor
lexbor
html
node.c
Generated on Sat Aug 23 2025 01:46:06 for php-internal-docs by
1.13.2