php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
comment.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018-2021 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LEXBOR_DOM_COMMENT_H
8#define LEXBOR_DOM_COMMENT_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
16
17
21
22
25
28 const lxb_dom_comment_t *text);
31
32
35 const lxb_dom_comment_t *src);
36
37
38#ifdef __cplusplus
39} /* extern "C" */
40#endif
41
42#endif /* LEXBOR_DOM_COMMENT_H */
LXB_API lxb_dom_comment_t * lxb_dom_comment_interface_create(lxb_dom_document_t *document)
Definition comment.c:12
LXB_API lxb_status_t lxb_dom_comment_interface_copy(lxb_dom_comment_t *dst, const lxb_dom_comment_t *src)
Definition comment.c:59
LXB_API lxb_dom_comment_t * lxb_dom_comment_interface_clone(lxb_dom_document_t *document, const lxb_dom_comment_t *text)
Definition comment.c:31
LXB_API lxb_dom_comment_t * lxb_dom_comment_interface_destroy(lxb_dom_comment_t *comment)
Definition comment.c:51
#define LXB_API
Definition def.h:48
struct lxb_dom_document lxb_dom_document_t
Definition interface.h:41
struct lxb_dom_comment lxb_dom_comment_t
Definition interface.h:49
struct lxb_dom_character_data lxb_dom_character_data_t
Definition interface.h:45
unsigned const char * text
Definition php_ffi.h:53
lxb_dom_character_data_t char_data
Definition comment.h:19
unsigned int lxb_status_t
Definition types.h:28