Variable DOMBuilder.cursor
The underlying Cursor methods are exposed, so that one can, query the properties of the current node before deciding if building it or not.
Declaration
struct DOMBuilder
{
// ...
T cursor;
// ...
}
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --