editor/xml_editor library

Classes

ManifestEditor
Android Manifest-specific editor.
PListEditor
Plist-specific editor.
Range
A simple range class representing a start and end index.
XmlEdit
An abstract class representing an XML edit operation.
XmlEditor
A utility class for editing XML-like content (XML or Plist) while preserving formatting and comments.
XmlElementInfo
A class representing information about an XML element to be inserted.
XmlInsertElementEdit
An edit operation to insert new XML elements.
XmlRemoveElementEdit
An edit operation to remove XML elements.

Typedefs

ElementAnchorPredicate = bool Function(String key, String? content)
A function type for determining the anchor point for element insertion.
RemoveComment = bool Function(String comment)
A function type for determining whether to remove a comment.