Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Specialisation of the xmlApi class for formal regular expression. More...
#include <FormalRTEStructure.h>
Static Public Member Functions | |
static rte::FormalRTEStructure< SymbolType > | parse (ext::deque< sax::Token >::iterator &input) |
static void | compose (ext::deque< sax::Token > &output, const rte::FormalRTEStructure< SymbolType > &input) |
Specialisation of the xmlApi class for formal regular expression.
The class provides the usual intarface of the xmlApi including parse and compose
SymbolType | used for the symbol part of the ranked symbol |
RankType | used for the rank part of the ranked symbol |
|
static |
Composing to a sequence of xml tokens helper.
output | the sink for new xml tokens representing the automaton |
input | the automaton to compose |
|
static |
Parsing from a sequence of xml tokens helper.
\params input the iterator to sequence of xml tokens to parse from