Package pyxsd :: Package elementRepresentatives :: Module documentation :: Class Documentation
[hide private]
[frames] | no frames]

Class Documentation

source code

           object --+    
                    |    
ElementRepresentative --+
                        |
                       Documentation

The class for the Documentation tag. Subclass of ElementRepresentative.

Instance Methods [hide private]
  __init__(self, xsdElement, parent)
See ElementRepresentative for documentation.
  getName(self)
Makes a name like this- `ContainingTypeName`|documentation.

Inherited from ElementRepresentative: __str__, addSuperClassName, checkTopLevelType, describe, findLayerNum, getContainingType, getContainingTypeName, getSchema, processChildren

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__


Class Methods [hide private]

Inherited from ElementRepresentative: classNameFor, factory, getFromName, register, typeFromName


Static Methods [hide private]

Inherited from ElementRepresentative: tryConvert


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, xsdElement, parent)
(Constructor)

source code 
See ElementRepresentative for documentation. Adds its documentation to the __doc__ field for the ER.
Overrides: ElementRepresentative.__init__

getName(self)

source code 
Makes a name like this- `ContainingTypeName`|documentation. The name on this class is used for almost nothing.
Overrides: ElementRepresentative.getName