Soap v1.0.0 Soap.Xsd View Source

Provides functions for parsing xsd file

Link to this section Summary

Link to this section Functions

Link to this function

parse(path) View Source
parse(String.t()) :: {:ok, map()} | {:error, atom()}
parse(String.t()) :: {:ok, map()}

Link to this function

parse_from_file(path) View Source
parse_from_file(String.t()) :: {:ok, map()} | {:error, atom()}

Link to this function

parse_from_url(path) View Source
parse_from_url(String.t()) :: {:ok, map()} | {:error, atom()}