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
|
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
|
|
|
|
|
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
|
|