Function saxParser
Instantiates a suitable SAX parser from the given cursor
and handler
.
Prototypes
auto saxParser(alias HandlerType, CursorType)(
auto ref CursorType cursor
)
if (isCursor!CursorType);
auto saxParser(alias HandlerType, CursorType)(
auto ref CursorType cursor,
auto ref SAXParser!(CursorType,HandlerType) handler
)
if (isCursor!CursorType);
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --