Home | Trees | Indices | Help |
|
---|
|
object --+ | _Content
Base for any wrapper added to complexTypeDefinition.orderedContent.
|
|||
|
|||
|
|||
|
|
|||
|
|
|||
__value = None
|
|||
_Content__value = None
|
|
|||
value The value of the content. |
|
The value of the content. This is a unicode string for NonElementContent, and (ideally) an instance of _TypeBinding_mixin for ElementContent. |
Return an iterator that filters and maps a sequence of _Content instances. The returned iterator will filter out sequence members that are not instances of the class from which the iterator was created. Further, only the value field of the sequence member is returned. Thus the catenated text of the non-element content of an instance can be obtained with: text = u''.join(NonElementContent.ContentIterator(instance.orderedContent())) See also pyxb.NonElementContent |
|
The value of the content. This is a unicode string for NonElementContent, and (ideally) an instance of _TypeBinding_mixin for ElementContent. |
|
valueThe value of the content. This is a unicode string for NonElementContent, and (ideally) an instance of _TypeBinding_mixin for ElementContent.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 18 10:35:36 2013 | http://epydoc.sourceforge.net |