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

#include <private_data.h>

Data Fields

xmlNsPtr html_ns
 
xmlNsPtr prefixless_xmlns_ns
 
HashTable uri_to_prefix_map
 

Detailed Description

Definition at line 22 of file private_data.h.

Field Documentation

◆ html_ns

xmlNsPtr php_dom_libxml_ns_mapper::html_ns

Definition at line 24 of file private_data.h.

◆ prefixless_xmlns_ns

xmlNsPtr php_dom_libxml_ns_mapper::prefixless_xmlns_ns

Definition at line 26 of file private_data.h.

◆ uri_to_prefix_map

HashTable php_dom_libxml_ns_mapper::uri_to_prefix_map

Definition at line 27 of file private_data.h.


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