textwolf  0.2
Classes | Namespaces
xmlpathautomatonparse.hpp File Reference

Parser to create a path expression selector automaton from a source (list of path expression in abbreviated syntax of xpath) More...

#include "textwolf/xmlpathautomaton.hpp"
#include "textwolf/charset.hpp"
#include "textwolf/cstringiterator.hpp"
#include <limits>
#include <string>
#include <vector>
#include <cstring>
#include <cstddef>
#include <stdexcept>

Go to the source code of this file.

Classes

class  textwolf::XMLPathSelectAutomatonParser< SrcCharSet, AtmCharSet >
 Automaton to define XML path expressions and assign types (int values) to them. More...
 

Namespaces

 textwolf
 Toplevel namespace of the library.
 

Detailed Description

Parser to create a path expression selector automaton from a source (list of path expression in abbreviated syntax of xpath)