Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <RTEFromXmlParser.h>
Static Public Member Functions | |
template<class SymbolType > | |
static std::pair< ext::set< common::ranked_symbol< SymbolType > >, ext::set< common::ranked_symbol< SymbolType > > > | parseAlphabet (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRTEElement< SymbolType > > | parseFormalRTEElement (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRTEEmpty< SymbolType > > | parseFormalRTEEmpty (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRTEIteration< SymbolType > > | parseFormalRTEIteration (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRTEAlternation< SymbolType > > | parseFormalRTEAlternation (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRTESubstitution< SymbolType > > | parseFormalRTESubstitution (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRTESymbolAlphabet< SymbolType > > | parseFormalRTESymbolAlphabet (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRTESymbolSubst< SymbolType > > | parseFormalRTESymbolSubst (ext::deque< sax::Token >::iterator &input) |
Parser used to get RTE from XML parsed into list of tokens.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |