Module xml_utils

Module xml_utils 

Source
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