Module editor

Source
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§

utils

Enums§

InvalidValueError
XMLEditorError

Traits§

ChildOfListElement
Used Internally for updating list type structures such as dependencies and plugins.
ComparableElement
ElementConverter
Converting an [Element] back and forth to a specific type.
HasElementName
An element with a specific name.
PomValue
UpdatableElement
Used Internally for updating a type of element.