Cursor.CharacterType

The type of characters in the input, as returned by the underlying low level parser.

struct Cursor(P, Flag!"conflateCDATA" conflateCDATA = Yes.conflateCDATA, Flag!"processBadDocument" processBadDocument = No.processBadDocument)
alias CharacterType = P.CharacterType

Meta