|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Source-order attribute view. More...
#include <xml.h>
Data Fields | |
| xml_span_t | name |
| Attribute name. | |
| xml_span_t | value |
| Quoted value excluding delimiters. | |
| xml_span_t xml_attribute_t::name |
Attribute name.
Definition at line 82 of file xml.h.
Referenced by internal_attr_duplicate(), internal_attr_parse(), internal_attributes(), internal_declaration_attr(), and priv_epub_xml_attr().
| xml_span_t xml_attribute_t::value |
Quoted value excluding delimiters.
Definition at line 83 of file xml.h.
Referenced by internal_attr_parse(), internal_attr_value(), internal_attributes(), internal_declaration_attr(), and priv_epub_xml_attr().