17template <
typename SymbolType >
21 static std::string xmlTagName ( );
25template <
typename SymbolType >
39template <
typename SymbolType >
44template <
typename SymbolType >
46 return "FormalRegExp";
49template <
typename SymbolType >
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
static void composeAlphabet(ext::deque< sax::Token > &output, const ext::set< SymbolType > &alphabet)
Definition: RegExpToXmlComposer.h:141
static void popToken(ext::deque< Token >::iterator &input, Token::TokenType type, const std::string &data)
Definition: FromXMLParserHelper.cpp:39
static bool isToken(ext::deque< Token >::const_iterator input, Token::TokenType type, const std::string &data)
Definition: FromXMLParserHelper.cpp:29
Definition: BarSymbol.cpp:12
Definition: normalize.hpp:10
Definition: ToAutomaton.h:15
Definition: xmlApi.hpp:27