Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <StringToXmlComposerCommon.h>
Static Public Member Functions | |
template<class SymbolType > | |
static void | composeAlphabet (ext::deque< sax::Token > &out, const ext::set< SymbolType > &alphabet) |
template<class SymbolType > | |
static void | composeContent (ext::deque< sax::Token > &out, const ext::vector< SymbolType > &content) |
template<class SymbolType > | |
static void | composeWildcard (ext::deque< sax::Token > &out, const SymbolType &wildcard) |
This class contains methods to print Xml representation of string to the output stream.
|
static |
|
static |
|
static |