newxml.sax

This module implements a simple SAX parser.

Members

Functions

saxParser
auto saxParser(CursorType cursor)

Instantiates a suitable SAX parser from the given cursor and handler.

Structs

SAXParser
struct SAXParser(T)

A SAX parser built on top of a cursor.

Meta

Authors

Lodovico Giaretta László Szerémi

License

<a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.