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

Module xmlwriter

source code

A class for writting a Python IceTrayConfig object to XML

copyright (c) 2005 the icecube collaboration


Version: $Revision: 1.0 $

Date: $Date: $

Author: Juan Carlos Diaz Velez <juancarlos@icecube.wisc.edu>

To Do: Many of the same todo items on xmlparser.py

Classes [hide private]
  IceTrayXMLWriter
Variables [hide private]
  SupportedTypes = ['bool', 'int', 'long', 'float', 'double', 's...
  VectorTypes = ['boolv', 'intv', 'longv', 'floatv', 'doublev', ...
  __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']