Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <RegExpFromXmlParser.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::set< SymbolType > | parseAlphabet (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< UnboundedRegExpElement< SymbolType > > | parseUnboundedRegExpElement (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< UnboundedRegExpElement< SymbolType > > | parseUnboundedRegExpEpsilon (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< UnboundedRegExpElement< SymbolType > > | parseUnboundedRegExpEmpty (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< UnboundedRegExpElement< SymbolType > > | parseUnboundedRegExpIteration (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< UnboundedRegExpElement< SymbolType > > | parseUnboundedRegExpAlternation (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< UnboundedRegExpElement< SymbolType > > | parseUnboundedRegExpConcatenation (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRegExpElement< SymbolType > > | parseFormalRegExpElement (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRegExpElement< SymbolType > > | parseFormalRegExpEpsilon (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRegExpElement< SymbolType > > | parseFormalRegExpEmpty (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRegExpElement< SymbolType > > | parseFormalRegExpIteration (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRegExpElement< SymbolType > > | parseFormalRegExpAlternation (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::ptr_value< FormalRegExpElement< SymbolType > > | parseFormalRegExpConcatenation (ext::deque< sax::Token >::iterator &input) |
Parser used to get RegExp from XML parsed into list of tokens.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |