saxParser

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

@safe
saxParser
(
CursorType
)
(
auto ref CursorType cursor
)
if (
isCursor!CursorType
)

Meta