| home | user guide | examples | reference | changelog | resources |
The delegating parser inspects the first few characters in a file, and possible the file name, if available, and chooses one of a list of parsers to read objects from the file. Parsers in the list are queried in turn as to whether they can read the file given the initial characters and the file name (if available). The first to respond positively is given the job.