Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <TreeFromXMLParser.h>
Static Public Member Functions | |
template<class SymbolType > | |
static ext::vector< SymbolType > | parseLinearContent (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::tree< SymbolType > | parseTreeContent (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 | parseBar (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::set< SymbolType > | parseBars (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static SymbolType | parseVariablesBar (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static SymbolType | parseWildcardSymbol (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static SymbolType | parseGapSymbol (ext::deque< sax::Token >::iterator &input) |
template<class SymbolType > | |
static ext::set< SymbolType > | parseNonlinearVariables (ext::deque< sax::Token >::iterator &input) |
Parser used to get tree from XML parsed into list of Tokens.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |