textwolf  0.2
Classes | Namespaces
xmlpathselect.hpp File Reference

Context of running automaton selecting path expressions from an XML iterator. More...

#include "textwolf/char.hpp"
#include "textwolf/charset_interface.hpp"
#include "textwolf/exception.hpp"
#include "textwolf/xmlscanner.hpp"
#include "textwolf/staticbuffer.hpp"
#include "textwolf/xmlpathautomaton.hpp"
#include <limits>
#include <string>
#include <vector>
#include <map>
#include <cstddef>

Go to the source code of this file.

Classes

class  textwolf::DefaultStackType< Element >
 
class  textwolf::XMLPathSelect< CharSet_, StackType_ >
 XML path select template. More...
 
class  textwolf::XMLPathSelect< CharSet_, StackType_ >::iterator
 input iterator for the output of this XMLScanner More...
 

Namespaces

 textwolf
 Toplevel namespace of the library.
 

Detailed Description

Context of running automaton selecting path expressions from an XML iterator.