Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Specialisation of the xmlApi class for unbounded regular expression. More...
#include <UnboundedRegExpStructure.h>
Static Public Member Functions | |
static regexp::UnboundedRegExpStructure< SymbolType > | parse (ext::deque< sax::Token >::iterator &input) |
static void | compose (ext::deque< sax::Token > &output, const regexp::UnboundedRegExpStructure< SymbolType > &input) |
Specialisation of the xmlApi class for unbounded regular expression.
The class provides the usual intarface of the xmlApi including parse and compose
SymbolType | used for the terminal alphabet |
|
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