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

Class Document

source code

object --+        
         |        
   Element --+    
             |    
  EmptyElement --+
                 |
                Document

Description of a LIGO LW file.

Instance Methods [hide private]
 
write(self, fileobj=<epydoc.docintrospecter._DevNull instance at 0x7f39154699e0>, xsl_file=None)
Write the document.
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

Inherited from Element (private): _verifyChildren

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'Document'
hash(x)
  validchildren = frozenset([u'LIGO_LW'])
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

write(self, fileobj=<epydoc.docintrospecter._DevNull instance at 0x7f39154699e0>, xsl_file=None)

source code 

Write the document.

Overrides: Element.write