|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One deferred unit of work on the serializer stack. More...
Data Fields | |
| bool | is_close |
| true: emit </name>; false: open node value. | |
| uint32_t | value |
| Close: tag-name string offset. | |
One deferred unit of work on the serializer stack.
is_close distinguishes a pending close tag (carrying the tag-name string offset) from a node to open (carrying the node index).
Definition at line 40 of file book_xhtml.c.
| bool book_walk_entry_t::is_close |
true: emit </name>; false: open node value.
Definition at line 41 of file book_xhtml.c.
Referenced by internal_walk_to_xhtml().
| uint32_t book_walk_entry_t::value |
Close: tag-name string offset.
Open: node index.
Definition at line 42 of file book_xhtml.c.
Referenced by internal_walk_to_xhtml().