[][src]Module folia::element

Structs

Element

Interface to a FoLiA element

ElementData

This is the structure that represents any instance of a FoLiA element. The type of the structure is represented by elementtype. An elements holds and owns attributes, encoded attributes (if it is encoded already), data items (which may be text, comments or child elements (by key)), and a link to its parent (by key).

MutElement

Mutable interface to a FoLiA element

Enums

ValidationStrategy

Traits

ReadElement