Function domBuilder
Instantiates a suitable DOMBuilder
on top of the given cursor
and DOMImplementation
.
Prototype
auto domBuilder(CursorType, DOMImplementation)(
auto ref CursorType cursor,
DOMImplementation impl
)
if (isCursor!CursorType && is(DOMImplementation : dom .DOMImplementation!(CursorType .StringType)));
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --