Saxy v0.1.0 Saxy.EventHandler behaviour

Link to this section Summary

Link to this section Callbacks

Link to this callback characters({}, state)
characters({chars :: String.t()}, state :: term()) :: term()
Link to this callback end_document(state)
end_document(state :: term()) :: term()
Link to this callback end_element({}, state)
end_element({name :: String.t()}, state :: term()) :: term()
Link to this callback start_document(state)
start_document(state :: term()) :: term()
Link to this callback start_element({}, state)
start_element({name :: String.t(), attributes :: List.t()}, state :: term()) :: term()