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.

struct DOMBuilder(T)
T cursor;

Meta