Package gavo :: Package utils :: Module stanxml :: Class NillableMixin
[frames] | no frames]

Class NillableMixin

source code

object --+
         |
        NillableMixin
Known Subclasses:

An Element mixin making the element XSD nillable.

This element will automatically have an xsi:nil="true" attribute on empty elements (rather than leave them out entirely).

This overrides apply, so the mixin must be before the base class in the inheritance list.

Instance Methods
 
apply(self, func) source code
 
isEmpty(self) source code

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

Properties

Inherited from object: __class__