Go to the source code of this file.
Namespaces | |
| xml2dox | |
Variables | |
| tuple | xml2dox.outfile = open("parameters.dox", "w") |
| tuple | xml2dox.tree = ET.parse("../data/parameters.xml") |
| Begin. More... | |
| tuple | xml2dox.root = tree.getroot() |
| list | xml2dox.validators = [] |
| dictionary | xml2dox.vals = {} |
| tuple | xml2dox.id = node.get("validatorId") |
| list | xml2dox.parameterInfo = [] |
| Create list of a 3-tuples for each parameter, including the parameter name, its data, and its validator. More... | |
| tuple | xml2dox.paramName = node.get("name") |
1.8.5