Skip to content

xdmf

XmlStream

current property

current: Element

Element at "start" event.

advance

advance() -> None

Advance to next "start" event.

skip_to_tag

skip_to_tag(tag: str) -> None

Progress in file (both width and depth) until reaching the given tag.

drop

drop() -> None

Discard the current element and its children.

load

load() -> Iterator[ET.Element]

Fully read the current element and its children.