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

Class 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)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from _Content (private): _Content__getValue

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

Class Variables [hide private]

Inherited from _Content (private): _Content__value

Properties [hide private]

Inherited from _Content: value

Inherited from object: __class__

Method Details [hide private]

__init__(self, value)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)