Expand description
This module contains the logic for editing XML files without using Serde this is done using the edit-xml crate.
Why not use Serde? Using this will keep structure and comments in the XML file. This is important for pom files as comments are used to describe the purpose of the element.
Modules§
Enums§
Traits§
- Used Internally for updating list type structures such as dependencies and plugins.
- Converting an [Element] back and forth to a specific type.
- An element with a specific name.
- Used Internally for updating a type of element.