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
10bool
struct lxb_dom_node lxb_dom_node_t
Definition interface.h:38
lxb_inline bool lxb_html_node_is_void(lxb_dom_node_t *node)
Definition node.h:22
bool lxb_html_node_is_void_noi(lxb_dom_node_t *node)
Definition node.c:11