Package bioMoby :: Module mobyMarshal :: Class MobyUnmarshaller
[show private | hide private]
[frames | no frames]

Class MobyUnmarshaller


Transform an XML into a Moby Python Object
Method Summary
  loads(self, xml)
  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

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

Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 http://epydoc.sf.net