Package esys :: Package escript :: Module modelframe :: Class DataSource
[hide private]
[frames] | no frames]

Class DataSource

object --+
         |
        DataSource

Class for handling data sources, including local and remote files. This class is under development.
Instance Methods [hide private]
 
__init__(self, uri='file.ext', fileformat='unknown')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
getLocalFileName(self)
 
toDom(self, esysxml, node)
toDom method of DataSource.

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

Class Methods [hide private]
 
fromDom(cls, esysxml, node)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, uri='file.ext', fileformat='unknown')
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

toDom(self, esysxml, node)

 
toDom method of DataSource. Creates a DataSource node and appends it to the current XML esysxml.