Refnamediv#

class src.pyconverter.xml2py.ast_tree.Refnamediv(element, terms=None)#

Bases: Element

Provides the refnamediv element, which contains the name, purpose, and classification of a reference.

Overview#

terms

Terms of the element.

refname

Refname of the element.

purpose

Refpurpose of the element.

Import detail#

from src.pyconverter.xml2py.ast_tree import Refnamediv

Property detail#

property Refnamediv.terms#

Terms of the element.

property Refnamediv.refname#

Refname of the element.

property Refnamediv.purpose#

Refpurpose of the element.