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

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

Detailed Description

Parser used to get String from Xml parsed into list of tokens.

Member Function Documentation

◆ parseAlphabet()

template<class SymbolType >
ext::set< SymbolType > string::StringFromXmlParserCommon::parseAlphabet ( ext::deque< sax::Token >::iterator &  input)
static
Here is the call graph for this function:

◆ parseContent()

template<class SymbolType >
ext::vector< SymbolType > string::StringFromXmlParserCommon::parseContent ( ext::deque< sax::Token >::iterator &  input)
static
Here is the call graph for this function:

◆ parseWildcard()

template<class SymbolType >
SymbolType string::StringFromXmlParserCommon::parseWildcard ( ext::deque< sax::Token >::iterator &  input)
static
Here is the call graph for this function:

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