|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <StringFromXmlParserCommon.h>
Static Public Member Functions | |
| template<class SymbolType > | |
| static ext::vector< SymbolType > | parseContent (ext::deque< sax::Token >::iterator &input) |
| template<class SymbolType > | |
| static ext::set< SymbolType > | parseAlphabet (ext::deque< sax::Token >::iterator &input) |
| template<class SymbolType > | |
| static SymbolType | parseWildcard (ext::deque< sax::Token >::iterator &input) |
Parser used to get String from Xml parsed into list of tokens.
|
static |
|
static |
|
static |