pub fn get_xml_components(
root_nodes: &[XmlNode],
components: &mut XmlComponentMap,
) -> Result<(), ComponentParseError>Expand description
Filter all <component /> nodes and insert them into the components node
pub fn get_xml_components(
root_nodes: &[XmlNode],
components: &mut XmlComponentMap,
) -> Result<(), ComponentParseError>Filter all <component /> nodes and insert them into the components node