StructuredTextDecoder Class

Inheritance diagram of StructuredTextDecoder

class StructuredTextDecoder

Methods:

add_element(element)
add_text(text)
decode(text[, location])
decode_structured(text, location)
pop_style(key)
push_style(key, styles)

Methods

StructuredTextDecoder.add_element(element)
StructuredTextDecoder.add_text(text)
StructuredTextDecoder.decode(text, location=None)
StructuredTextDecoder.decode_structured(text, location)
StructuredTextDecoder.pop_style(key)
StructuredTextDecoder.push_style(key, styles)

Table Of Contents

Previous topic

OrderedListBuilder Class

Next topic

UnorderedListBuilder Class