Expand description
Collection of utilities for working with XML
Enums§
- XmlResult
- Enum to box the result value from resolve_matching_node
Functions§
- group_
children - Groups all the child element by name
- parse_
bytes - Parses a vector of bytes into a XML document
- resolve_
matching_ node - Returns the matching node from the XML for the given path.
- resolve_
path - Resolve the path expression against the XML, returning a list of pointer values that match.
- text_
nodes - Return all the content of the element text nodes