pyffi :: object_models :: xsd :: Tree :: Class Tree :: Class SimpleType
[hide private]
[frames] | no frames]

Class SimpleType

source code

object --+        
         |        
 Tree.Node --+    
             |    
Tree.ClassNode --+
                 |
                Tree.SimpleType

Instance Methods [hide private]
 
__init__(self, element, parent)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
class_walker(self, fileformat)
Yields all classes defined under this node.
source code

Inherited from Node: attribute_walker, instantiate

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

Static Methods [hide private]

Inherited from Node: num_occurs

Class Variables [hide private]
  name = None
The name of the type.

Inherited from ClassNode: class_

Inherited from Node: children, logger, parent, schema

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, element, parent)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)

class_walker(self, fileformat)

source code 
Yields all classes defined under this node.
Overrides: Node.class_walker
(inherited documentation)