Metaparsers
The Genie Metaparser package (or simply genie.metaparser) enables users to
homogenize the parsing structure between multiple different communication
interfaces (such as CLI,``XML``,``NETCONF``,``RESTCONF``) into a single
class & output structure. This enables a single automation test script to be
run over a variety of protocols without major code changes. In other words,
metaparser provides parser protocol agnosticness.