cwmp_ex v0.2.5 CWMP.Protocol.Parser
Parsing of CWMP XML messages, and conversion to Elixir data structures.
Link to this section Summary
Functions
Parses a CWMP XML envelope and converts it to an Elixir data structure
Same as parse!, but non-throwing
Link to this section Functions
Link to this function
initial_elem_state(handler)
Link to this function
parse!(source)
Parses a CWMP XML envelope and converts it to an Elixir data structure.
Link to this function
parse(source)
Same as parse!, but non-throwing.