Skip to main content

parse_qos_libraries

Function parse_qos_libraries 

Source
pub fn parse_qos_libraries(xml: &str) -> Result<Vec<QosLibrary>, XmlError>
Expand description

Parsed das oberste <dds>-Dokument und gibt alle enthaltenen QoS-Libraries zurueck (Spec §7.3.2.3 erlaubt mehrere Libraries pro Dokument).

§Errors

  • XmlError::InvalidXml — XML nicht wohlgeformt oder keine <dds>-Wurzel.
  • Weitere Fehler aus parse_qos_library_element durchgereicht.