id property

String id
getter/setter pair

Unique identifier for this parser's output.

This ID is used as the key in the final result map. It should be descriptive of what data this parser extracts (e.g., 'title', 'price', 'description').

The ID is also used by child parsers to reference this parser as a parent.

Implementation

String id;