Home | Trees | Index | Help |
|
---|
Package bioMoby :: Module mobyMarshal :: Class MobyUnmarshaller |
|
Method Summary | |
---|---|
loads(self,
xml)
| |
If it is a Collection then get the articleName and the data | |
Return a float from an XML, warning, you'll lose information about namespace and ID! | |
If it is unkwown in our mobyDataTypes, then return a generic Object | |
Return an Integer from an XML, warning, you'll lose information about namespace and ID! | |
return a mobyContent object from an XML | |
If it is a "Simple" tag, then return the child object | |
Cleaning the name of the object |
Method Details |
---|
m_Collection(self, value)If it is a Collection then get the articleName and the data |
m_Float(self, value)Return a float from an XML, warning, you'll lose information about namespace and ID! |
m_generic(self, value)If it is unkwown in our mobyDataTypes, then return a generic Object |
m_Integer(self, value)Return an Integer from an XML, warning, you'll lose information about namespace and ID! |
m_MobyContent(self, value)return a mobyContent object from an XML |
m_Simple(self, value)If it is a "Simple" tag, then return the child object |
_cleanName(self, aName)Cleaning the name of the object |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 | http://epydoc.sf.net |