Sets up the lexer in case insensitive matching by default.
public __construct ( SimpleSaxParser $parser, string $start = 'accept', boolean $case = false ) | ||
$parser | SimpleSaxParser | Handling strategy by reference. |
$start | string | Starting handler. |
$case | boolean | True for case sensitive. |