XML parsing approach. More...
Public Member Functions | |
def | __init__ |
def | purifyNode |
Public Member Functions inherited from RemoveMathFromGDML.GDMLexpressionRemover | |
def | __init__ |
def | initROOT |
def | pass_floats |
def | purify_native |
def | purify_ROOT |
Additional Inherited Members | |
Static Public Member Functions inherited from RemoveMathFromGDML.GDMLexpressionRemover | |
def | sanitize |
Public Attributes inherited from RemoveMathFromGDML.GDMLexpressionRemover | |
constants | |
environment | |
options | |
formula | |
purify | |
ROOT | |
XML parsing approach.
Definition at line 267 of file RemoveMathFromGDML.py.
def RemoveMathFromGDML.XMLpurifier.__init__ | ( | self, | |
args, | |||
kargs | |||
) |
Definition at line 268 of file RemoveMathFromGDML.py.
def RemoveMathFromGDML.XMLpurifier.purifyNode | ( | self, | |
node, | |||
level = None |
|||
) |
Purifies the attributes in the DOM node
Definition at line 272 of file RemoveMathFromGDML.py.