Home | Trees | Indices | Help |
|
---|
|
object --+ | Element --+ | Time
Time element.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
|||
|
|||
Inherited from |
|
|||
tagName =
hash(x) |
|||
Inherited from |
|
|||
Name The "Name" attribute. |
|||
Type The "Type" attribute. |
|||
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.
|
Method invoked by document parser when it encounters the end-of-element event.
|
Instantiate a Time element initialized to the value of the given GPS time. The Name attribute will be set to the value of the Name parameter if given. Note: the new Time element holds a reference to the GPS time, not a copy of it. Subsequent modification of the GPS time object will be reflected in what gets written to disk. |
Instantiate a Time element initialized to the current UTC time in the default format (ISO-8601). The Name attribute will be set to the value of the Name parameter if given. |
Recursively write an element and it's children to a file.
|
|
NameThe "Name" attribute.
|
TypeThe "Type" attribute. Default is "ISO-8601" 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 |