Home | Trees | Indices | Help |
|
---|
|
object --+ | ligolw.Element --+ | ligolw.Stream --+ | ArrayStream
High-level Stream element for use inside Arrays. This element knows how to parse the delimited character stream into the parent's array attribute, and knows how to turn the parent's array attribute back into a character stream.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Delimiter The "Delimiter" attribute. |
|||
Inherited from Inherited from |
|
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.
|
Add characters to the element's pcdata.
|
Method invoked by document parser when it encounters the end-of-element event.
|
Recursively write an element and it's children to a file.
|
|
DelimiterThe "Delimiter" attribute. Default is " " if not set.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:18 2017 | http://epydoc.sourceforge.net |