libdom
Loading...
Searching...
No Matches
Public Attributes | List of all members
dom_element Struct Reference

#include <element.h>

Public Attributes

struct dom_node_internal base
 
struct dom_attr_listattributes
 
dom_stringid_ns
 
dom_stringid_name
 
struct dom_type_infoschema_type_info
 
lwc_string ** classes
 
uint32_t n_classes
 

Detailed Description

DOM element node

Member Data Documentation

◆ attributes

struct dom_attr_list* dom_element::attributes

Element attributes

◆ base

struct dom_node_internal dom_element::base

Base node

◆ classes

lwc_string** dom_element::classes

◆ id_name

dom_string* dom_element::id_name

The id attribute's name

◆ id_ns

dom_string* dom_element::id_ns

The id attribute's namespace

◆ n_classes

uint32_t dom_element::n_classes

◆ schema_type_info

struct dom_type_info* dom_element::schema_type_info

Type information


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