Cursor.next

Advances to the next sibling of the current node. Returns whether it succeded. If it fails, either the document has ended or the only meaningful operation is exit.

struct Cursor(P, Flag!"conflateCDATA" conflateCDATA = Yes.conflateCDATA, Flag!"processBadDocument" processBadDocument = No.processBadDocument)
bool
next
()

Meta