Zoltan2
|
Go to the source code of this file.
Namespaces | |
checkXMLParameters | |
Variables | |
checkXMLParameters.tree = ET.parse("./parameters.xml") | |
Begin. More... | |
checkXMLParameters.root = tree.getroot() | |
list | checkXMLParameters.validators = [] |
dictionary | checkXMLParameters.vals = {} |
checkXMLParameters.id = node.get("validatorId") | |
list | checkXMLParameters.idList = [] |
Match up parameters to validators. More... | |
bool | checkXMLParameters.fail = False |
checkXMLParameters.paramName = node.get("name") | |
checkXMLParameters.paramId = node.get("id") | |
checkXMLParameters.validatorId = node.get("validatorId") | |