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

#include <IndexToXMLComposer.h>

Static Public Member Functions

static void composeAlphabet (ext::deque< sax::Token > &out, const ext::set< DefaultSymbolType > &symbols)
 
static void composeNode (ext::deque< sax::Token > &out, const SuffixTrieNodeTerminatingSymbol &node)
 

Detailed Description

This class contains methods to print XML representation of indexes to the output stream.

Member Function Documentation

◆ composeAlphabet()

void indexes::IndexToXMLComposer::composeAlphabet ( ext::deque< sax::Token > &  out,
const ext::set< DefaultSymbolType > &  symbols 
)
static
Here is the caller graph for this function:

◆ composeNode()

void indexes::IndexToXMLComposer::composeNode ( ext::deque< sax::Token > &  out,
const SuffixTrieNodeTerminatingSymbol node 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

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