Module: Pubid::UrnParser
- Defined in:
- lib/pubid/urn_parser.rb,
lib/pubid/urn_parser/base.rb,
lib/pubid/urn_parser/errors.rb
Overview
Parses URN strings back into Identifier objects.
Each flavor’s UrnParser inverts the corresponding UrnGenerator. The Base class provides shared utilities (validation, splitting, dispatch back to the flavor’s text parser); subclasses implement the per-flavor field reconstruction.