ogstools.ogs6py.build_tree module#
- Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
- Distributed under a Modified BSD License.
See accompanying file LICENSE or http://www.opengeosys.org/project/license
- class ogstools.ogs6py.build_tree.BuildTree[source]#
Bases:
object
Helper class to create a nested dictionary representing the xml structure.
- static populate_tree(parent, tag, text=None, attr=None, overwrite=False)[source]#
Method to create dictionary from an xml entity.
- Return type:
Element