php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dom_token_list_object Struct Reference

#include <token_list.h>

Data Fields

HashTable token_set
 
char * cached_string
 
php_libxml_cache_tag cache_tag
 
dom_object dom
 

Detailed Description

Definition at line 20 of file token_list.h.

Field Documentation

◆ cache_tag

php_libxml_cache_tag dom_token_list_object::cache_tag

Definition at line 24 of file token_list.h.

◆ cached_string

char* dom_token_list_object::cached_string

Definition at line 23 of file token_list.h.

◆ dom

dom_object dom_token_list_object::dom

Definition at line 25 of file token_list.h.

◆ token_set

HashTable dom_token_list_object::token_set

Definition at line 21 of file token_list.h.


The documentation for this struct was generated from the following file: