ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
xml_frame_t Struct Reference

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.

Detailed Description

One open-element identity retained for close-tag validation.

Definition at line 50 of file xml.h.

Field Documentation

◆ consumer

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().

◆ name_length

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().

◆ name_offset

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().


The documentation for this struct was generated from the following file:
  • apps/shared_libs/xml/inc/xml.h