sarkit.sicd.BoolType

class BoolType

Transcoder for boolean (BOOL) XML parameter types.

Methods

make_elem(tag, val)

Create a new XML element.

parse_elem(elem)

Returns a Boolean value constructed from the string elem.text.

set_elem(elem, val)

Set elem.text to a string representation of the boolean val.