libdom
Loading...
Searching...
No Matches
dom_attr Struct Reference

Public Attributes

struct dom_node_internal base
 
struct dom_type_infoschema_type_info
 
dom_attr_type type
 
union { 
 
   uint32_t   lvalue 
 
   unsigned short   svalue 
 
   bool   bvalue 
 
value 
 
bool specified
 
bool is_id
 
bool read_only
 

Detailed Description

DOM attribute node

Member Data Documentation

◆ base

struct dom_node_internal dom_attr::base

Base node

◆ bvalue

bool dom_attr::bvalue

◆ is_id

bool dom_attr::is_id

Whether this attribute is a ID attribute

◆ lvalue

uint32_t dom_attr::lvalue

◆ read_only

bool dom_attr::read_only

Whether this attribute is readonly

◆ schema_type_info

struct dom_type_info* dom_attr::schema_type_info

Type information

◆ specified

bool dom_attr::specified

Whether the attribute is specified or default

◆ svalue

unsigned short dom_attr::svalue

◆ type

dom_attr_type dom_attr::type

The type of this attribute

◆ [union]

union { ... } dom_attr::value

The special type value of this attribute


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