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

#include <php_dom.h>

Data Fields

dom_objectbaseobj
 
zval baseobj_zv
 
int nodetype
 
int cached_length
 
xmlHashTable * ht
 
xmlChar * local
 
xmlChar * local_lower
 
xmlChar * ns
 
php_libxml_cache_tag cache_tag
 
dom_objectcached_obj
 
zend_long cached_obj_index
 
xmlDictPtr dict
 
bool free_local: 1
 
bool free_ns: 1
 

Detailed Description

Definition at line 80 of file php_dom.h.

Field Documentation

◆ baseobj

dom_object* dom_nnodemap_object::baseobj

Definition at line 81 of file php_dom.h.

◆ baseobj_zv

zval dom_nnodemap_object::baseobj_zv

Definition at line 82 of file php_dom.h.

◆ cache_tag

php_libxml_cache_tag dom_nnodemap_object::cache_tag

Definition at line 88 of file php_dom.h.

◆ cached_length

int dom_nnodemap_object::cached_length

Definition at line 84 of file php_dom.h.

◆ cached_obj

dom_object* dom_nnodemap_object::cached_obj

Definition at line 89 of file php_dom.h.

◆ cached_obj_index

zend_long dom_nnodemap_object::cached_obj_index

Definition at line 90 of file php_dom.h.

◆ dict

xmlDictPtr dom_nnodemap_object::dict

Definition at line 91 of file php_dom.h.

◆ free_local

bool dom_nnodemap_object::free_local

Definition at line 92 of file php_dom.h.

◆ free_ns

bool dom_nnodemap_object::free_ns

Definition at line 93 of file php_dom.h.

◆ ht

xmlHashTable* dom_nnodemap_object::ht

Definition at line 85 of file php_dom.h.

◆ local

xmlChar* dom_nnodemap_object::local

Definition at line 86 of file php_dom.h.

◆ local_lower

xmlChar * dom_nnodemap_object::local_lower

Definition at line 86 of file php_dom.h.

◆ nodetype

int dom_nnodemap_object::nodetype

Definition at line 83 of file php_dom.h.

◆ ns

xmlChar* dom_nnodemap_object::ns

Definition at line 87 of file php_dom.h.


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