| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Field --+
|
List
The field describes a homogene list of values which could be stored as a set of XML nodes with the same tag names.
An example - list of strings which should be stored as <messages> <message />* </messages>?:
class ...:
...
messages = gxml.List('/messages', gxml.String('/message'), required=False)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
list_item = Nonea Field instance describing this list items. |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Sun Sep 7 23:26:45 2008 | http://epydoc.sourceforge.net |