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

Module ipxml

source code

A module for overloading xml functions copyright (c) 2009 the icecube collaboration


Version: $Revision: 1.0 $

Date: $Date: $

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

To Do: Add metadata reader to load and update files

Functions [hide private]
 
fixed_writexml(self, writer, indent='', addindent='', newl='') source code
 
myPrettyPrint(root, stream=None, encoding='UTF-8', indent='\t', preserveElements=None)
Default xml prettyprinter in the absence of _xmlplus
source code
 
myPrint(root, stream=None, encoding='UTF-8')
Default xml printer in the absence of _xmlplus
source code
 
getDOMImplementation() source code
 
PrettyPrint(root, stream=None, encoding='UTF-8', indent='\t', preserveElements=None)
Default xml prettyprinter in the absence of _xmlplus
source code
 
Print(root, stream=None, encoding='UTF-8')
Default xml printer in the absence of _xmlplus
source code
 
Parse(stream, ownerDocument=None, validate=0, keepAllWs=0, catName=None, saxHandlerClass=None, parser=None)
Default xml parser in the absence of _xmlplus
source code
 
Evaluate(expr, contentNode=None, context=None)
Default xml xpath evaluator in the absence of _xmlplus
source code
Variables [hide private]
  logger = logging.getLogger('xml')
  _hasSax2 = False
  _hasXpath = False
  __package__ = 'iceprod.core'
  e = ImportError('cannot import name xpath',)