Package gavo :: Package votable :: Module model :: Class VOTable :: Class _DescribedElement
[hide private]
[frames] | no frames]

Class _DescribedElement

source code

           object --+        
                    |        
utils.stanxml.Element --+    
                        |    
      VOTable._VOTElement --+
                            |
                           VOTable._DescribedElement
Known Subclasses:

Nested Classes [hide private]

Inherited from utils.stanxml.Element: __metaclass__

Inherited from utils.stanxml.Element (private): _generator_t

Instance Methods [hide private]
 
getDesignation(self)
returns some name-like thing for a FIELD or PARAM.
source code
 
getDescription(self)
returns the description for this element, or an empty string.
source code
 
__init__(self, ID=None, id=None, name=None, ref=None, ucd=None, utype=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from utils.stanxml.Element: __call__, __getitem__, __iter__, __nonzero__, addAttribute, addChild, apply, asETree, bailIfBadChild, isEmpty, iterAttNames, iterChildren, iterChildrenOfType, makeChildDict, render

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

Class Variables [hide private]
  _a_ID = None
  _a_ref = None
  _a_name = None
  _a_ucd = None
  _a_utype = None
  _mayBeEmpty = True
  _nodeAttrs = [('ID', None), ('id', None), ('name', None), ('re...

Inherited from _VOTElement (private): _local, _prefix

Inherited from utils.stanxml.Element: name_

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ID=None, id=None, name=None, ref=None, ucd=None, utype=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_nodeAttrs

Value:
[('ID', None),
 ('id', None),
 ('name', None),
 ('ref', None),
 ('ucd', None),
 ('utype', None)]