TwiceAsNice
2019-02-18
|
Public Member Functions | |
def | __init__ (self) |
def | create (self, tag, attrs) |
![]() | |
def | __init__ (self) |
Public Attributes | |
tagfactory | |
elementclasses | |
vectorclasses | |
![]() | |
basenames | |
A Class to create L{indiobject}s from their XML attributes @ivar elementclasses : a list of classes derived from L{indielement} the index has to be synchronous with L{basenames} @type elementclasses : a list of L{indielement} @ivar vectorclasses : a list of classes derived from L{indielement} the index has to be synchronous with L{basenames} @type vectorclasses : a list of L{indivector}
def indiclient._indiobjectfactory.__init__ | ( | self | ) |
Constructor
def indiclient._indiobjectfactory.create | ( | self, | |
tag, | |||
attrs | |||
) |
@param tag : the XML tag denoting the vector @type tag : StringType @param attrs : The XML attributes of the vector @type attrs : DictType @return: An indiobject created according to the information given in L{tag} and L{attrs} @rtype: L{indiobject}
indiclient._indiobjectfactory.elementclasses |
indiclient._indiobjectfactory.tagfactory |
indiclient._indiobjectfactory.vectorclasses |