Element
#
- class ansys.scade.pyalmgw.documents.Element(owner: Element | None, identifier: str = '', text: str = '')#
Bases:
ReqObject
Base class for
ReqProject
andContainer
classes.
Overview#
Parse the current object from an XML element. |
Return the attributes to be serialized as a dictionary. |
Import detail#
from ansys.scade.pyalmgw.documents import Element
Property detail#
Attribute detail#
- Element.identifier = ''#
- Element.text = ''#
Method detail#
- Element.parse(elem: Any)#
Parse the current object from an XML element.