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

Class Stream

source code

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

Stream element.

Instance Methods [hide private]
 
__init__(self, *args)
Construct an element.
source code

Inherited from Element: appendChild, appendData, 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]
  tagName = u'Stream'
hash(x)

Inherited from Element: validchildren

Properties [hide private]
  Content
The "Content" attribute.
  Delimiter
The "Delimiter" attribute.
  Encoding
The "Encoding" attribute.
  Name
The "Name" attribute.
  Type
The "Type" attribute.

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 

Construct an element. The argument is a sax.xmlreader.AttributesImpl object (see the xml.sax documentation, but it's basically a dictionary-like thing) used to set the element attributes.

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

Content

The "Content" attribute.

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

Delimiter

The "Delimiter" attribute. Default is "," if not set.

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

Encoding

The "Encoding" attribute.

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

Name

The "Name" attribute.

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

Type

The "Type" attribute. Default is "Local" if not set.

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