|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One open-element identity retained for close-tag validation. More...
#include <xml.h>
Data Fields | |
| uint32_t | name_offset |
| Element-name offset in the source. | |
| uint16_t | name_length |
| Element-name byte count. | |
| uint16_t | consumer |
| Consumer-owned while this frame is live. | |
| uint16_t xml_frame_t::consumer |
Consumer-owned while this frame is live.
Definition at line 53 of file xml.h.
Referenced by internal_mark_metadata(), internal_nav_event_start(), internal_toc_marker(), internal_toc_reserve(), and priv_epub_xml_ancestor_marker().
| uint16_t xml_frame_t::name_length |
Element-name byte count.
Definition at line 52 of file xml.h.
Referenced by internal_end(), and priv_epub_xml_frame_name().
| uint32_t xml_frame_t::name_offset |
Element-name offset in the source.
Definition at line 51 of file xml.h.
Referenced by internal_end(), and priv_epub_xml_frame_name().