Package glue :: Package ligolw :: Module ligolw :: Class Table
[hide private]
[frames] | no frames]

Class Table

source code

object --+        
         |        
   Element --+    
             |    
  EmptyElement --+
                 |
                Table
Known Subclasses:

Table element.

Instance Methods [hide private]
 
_verifyChildren(self, i)
Method used internally by some elements to verify that their children are from the allowed set and in the correct order following modifications to their child list.
source code

Inherited from EmptyElement: appendData

Inherited from Element: __init__, appendChild, endElement, end_tag, getAttribute, getChildrenByAttributes, getElements, getElementsByTagName, hasAttribute, insertBefore, removeAttribute, removeChild, replaceChild, setAttribute, start_tag, unlink, write

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

Class Methods [hide private]

Inherited from Element: validattributes

Class Variables [hide private]
  tagName = u'Table'
hash(x)
  validchildren = frozenset([u'Column', u'Comment', u'Stream'])
Properties [hide private]
  Name
The "Name" attribute.
  Type
The "Type" attribute.

Inherited from object: __class__

Method Details [hide private]

_verifyChildren(self, i)

source code 

Method used internally by some elements to verify that their children are from the allowed set and in the correct order following modifications to their child list. i is the index of the child that has just changed.

Overrides: Element._verifyChildren
(inherited documentation)

Property Details [hide private]

Name

The "Name" attribute.

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, value)
Delete Method:
unreachable.deleter(self)

Type

The "Type" attribute.

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, value)
Delete Method:
unreachable.deleter(self)