pub struct Context<'x> { /* private fields */ }
Expand description
§Parsing context for FromEventsBuilder
For the most part, FromEventsBuilder
implementations can work with
only the information inside the rxml::Event
which is delivered to
them (and any information they may have stored from previous events).
However, there is (currently) one special case: the xml:lang
attribute.
That attribute is inherited across the entire document tree hierarchy. If
the parsed element is not the top-level element, there may be an implicit
value for xml:lang
.