Package diffpy :: Package srrietveld :: Package convert :: Module xmlparser :: Class InstrumentXML
[frames] | no frames]

Class InstrumentXML

source code

XMLFile --+
          |
         InstrumentXML

Instance Methods
 
__init__(self, instrumentfilename)
Initialization
source code
 
parseInstrumentXML(self) source code
    Inherited from XMLFile
 
importXMLFile(self, filename)
Import general XML file
source code
 
xmlToDict(self, xmlnode)
Convert an XML object to a dictionary
source code
Method Details

__init__(self, instrumentfilename)
(Constructor)

source code 

Initialization

Overrides: XMLFile.__init__
(inherited documentation)