canParse abstract method

bool canParse(
  1. String rawText
)

Whether this parser can attempt to parse the given raw text.

Performs a quick heuristic check without full parsing. Used for auto-detection when scan mode is ambiguous.

Implementation

bool canParse(String rawText);