pub fn resolve_entity(entity: &BytesRef<'_>) -> StringExpand description
Resolve a single entity reference event to the text it stands for.
Handles numeric references (A, A) and the five XML predefined
entities. An unresolvable reference is reproduced verbatim (&name;) so it
survives a round trip instead of vanishing.