Skip to content

ModificationElementList

implementation of the list with the data of the modification elements

ModificationElementList

Canonical path: TypeCollections.ModificationElementList.ModificationElementList

Bases: list[str | BaseElementAdapter]

implementation of the list with the data of the modification elements

__init__

__init__(elements: list[str | BaseElementAdapter] | None = None)

initialize

Parameters:

get_base_element_adapter

get_base_element_adapter(doc: DocumentAdapter) -> BaseElementAdapter

get the BaseElementAdapter for the index

Parameters:

Returns:

is_modification_element

is_modification_element() -> bool

check for an existing modification element

Returns:

  • bool

    modification element state

Placeholder