Aestate
Variables
aestate.work.xmlhandler.final Namespace Reference

Variables

list XML_IGNORE_NODES = ['#text']
 
dictionary XML_KEY
 

Variable Documentation

◆ XML_IGNORE_NODES

list aestate.work.xmlhandler.final.XML_IGNORE_NODES = ['#text']

Definition at line 5 of file final.py.

◆ XML_KEY

dictionary aestate.work.xmlhandler.final.XML_KEY
Initial value:
1 = {
2  'select': SelectNode,
3  'update': UpdateNode,
4  'if': IfNode,
5  'else': ElseNode,
6  'switch': SwitchNode,
7  'include': IncludeNode,
8 }

Definition at line 6 of file final.py.