IP.RegistryParser (ip v2.1.3)

Simple parser for IANA special registry files using Saxy.

Summary

Functions

Parse a registry file from the priv directory.

Raising version of parse/1

Functions

parse(registry_name)

@spec parse(String.t()) :: {:ok, [{String.t(), String.t()}]} | {:error, any()}

Parse a registry file from the priv directory.

parse!(registry_name)

@spec parse!(String.t()) :: [{String.t(), String.t()}] | no_return()

Raising version of parse/1