Package bar :: Module atlas_indexer :: Class barIndexerObject
[hide private]
[frames] | no frames]

Class barIndexerObject


Virtual class parental to all classes defined in the module.

Nested Classes [hide private]
Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from base.barObject: __str__, getElementById, getXMLelement, writeXMLtoFile

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]
cls
fromXML(cls, sourceXMLElement)
Creates object from its (valid) xml representation.
Static Methods [hide private]

Inherited from base.barObject (private): _getAttributesDict

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

fromXML(cls, sourceXMLElement)
Class Method

 

Creates object from its (valid) xml representation. XML representation may be either string containing a path to an XML document, an object of xml.dom.Node class, an XML string or an object containing a method named read that returns an XML string.

Parameters:
  • sourceXMLElement (xml.dom.Node or str or file) - XML representation of the barIndexerObject on which the object is based
Returns: cls
created object