Package iceprod :: Package core :: Module xmlparser
[hide private]
[frames] | no frames]

Module xmlparser

source code

A class for parsing an IceTray XML configuration and building a Python IceTrayConfig object.

copyright (c) 2005 the icecube collaboration


Version: $Revision: $

Date: $Date: 2005/04/06 17:32:56 $

Authors:
T. McCauley <tpmccauley@lbl.gov>, Paolo Desiati <paolo.desiati@icecube.wisc.edu>, Juan Carlos Diaz Velez <juancarlos@icecube.wisc.edu>
To Do:
Classes [hide private]
  IceTrayXMLParser
Variables [hide private]
  logger = logging.getLogger('IceTrayXMLParser')
  SupportedTypes = ['bool', 'int', 'long', 'float', 'double', 's...
  VectorTypes = ['boolv', 'intv', 'longv', 'floatv', 'doublev', ...
  UnmetDependencyException = 'Error: Un-met dependency:'
  __package__ = 'iceprod.core'
Variables Details [hide private]

SupportedTypes

Value:
['bool', 'int', 'long', 'float', 'double', 'string', 'OMKey']

VectorTypes

Value:
['boolv', 'intv', 'longv', 'floatv', 'doublev', 'stringv', 'OMKeyv']