Searched refs:InvalidNumericEntity (Results 1 – 2 of 2) sorted by relevance
65 … u32::from_str_radix(hex, 16).map_err(move |_| SyntaxError::InvalidNumericEntity(num_str.into()))? in numeric_reference_from_str()67 …u32::from_str_radix(num_str, 10).map_err(move |_| SyntaxError::InvalidNumericEntity(num_str.into()… in numeric_reference_from_str()
55 InvalidNumericEntity(Box<str>), enumerator98 Self::InvalidNumericEntity(ref v) => format!("Invalid numeric entity: {v}").into(), in to_cow()