Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
string::StringToXmlComposerCommon Class Reference

#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)
 

Detailed Description

This class contains methods to print Xml representation of string to the output stream.

Member Function Documentation

◆ composeAlphabet()

template<class SymbolType >
void string::StringToXmlComposerCommon::composeAlphabet ( ext::deque< sax::Token > &  out,
const ext::set< SymbolType > &  alphabet 
)
static
Here is the caller graph for this function:

◆ composeContent()

template<class SymbolType >
void string::StringToXmlComposerCommon::composeContent ( ext::deque< sax::Token > &  out,
const ext::vector< SymbolType > &  content 
)
static
Here is the caller graph for this function:

◆ composeWildcard()

template<class SymbolType >
void string::StringToXmlComposerCommon::composeWildcard ( ext::deque< sax::Token > &  out,
const SymbolType &  wildcard 
)
static
Here is the caller graph for this function:

The documentation for this class was generated from the following file: