| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
S3Codec
Base class for converting S3Resources into/from external data formats, for use with S3Importer/S3Exporter
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
|
|||
| Static Methods | |||
|
|||
|
|||
| Class Variables | |
indices = ["id", "pe_id", "site_id", "sit_id", "item_entity_id"]
|
|
CODECS = {"pdf": "S3RL_PDF", "shp": "S3SHP", "svg": "S3SVG", "
|
|
PY2XML = {"'": "'", '"': """}
|
|
XML2PY = {"'": "'", """: '"'}
|
|
| Properties | |
|
Inherited from |
| Method Details |
Get a codec by representation format
|
API Method to encode a resource in the target format, to be implemented by the subclass (mandatory)
|
API Method to decode a source into an S3XML ElementTree, to be implemented by the subclass (if the class does decode)
|
XML-escape a string
|
XML-unescape a string
|
Get a CRUD string
|
Provide a nicely-formatted JSON Message
|
| Class Variable Details |
indices
|
CODECS
|
PY2XML
|
XML2PY
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Mar 15 08:51:49 2019 | http://epydoc.sourceforge.net |