Package pyxb :: Package binding :: Module basis :: Class NonElementContent
[hide private]
[frames] | no frames]

type NonElementContent

source code

object --+    
         |    
  _Content --+
             |
            NonElementContent

Marking wrapper for non-element content.

The value will be unicode text, and should be appended as character data.

Instance Methods [hide private]
 
__init__(self, value) source code

Inherited from _Content (private): _Content__getValue

Class Methods [hide private]

Inherited from _Content: ContentIterator

Class Variables [hide private]

Inherited from _Content (private): _Content__value

Properties [hide private]

Inherited from _Content: value

Method Details [hide private]

__init__(self, value)
(Constructor)

source code 
Overrides: _Content.__init__