Cursor.InputType

The type of input accepted by this parser, i.e., the one accepted by the underlying low level parser.

struct Cursor(P, Flag!"conflateCDATA" conflateCDATA = Yes.conflateCDATA, Flag!"processBadDocument" processBadDocument = No.processBadDocument)
static if(needSource!P)
alias InputType = P.InputType

Meta