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

Class EmptyElement

source code

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

Parent class for Elements that cannot contain text.

Instance Methods [hide private]
 
appendData(self, content)
Add characters to the element's pcdata.
source code

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

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]

Inherited from Element: tagName, validchildren

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

appendData(self, content)

source code 

Add characters to the element's pcdata.

Overrides: Element.appendData
(inherited documentation)